Multiple different types of PDF files (purchase orders, invoices, quotes, etc.)
) automatically without having to open the file, which
I am looking for a way to identify which type of file it is.
To do this in Azure Form Recognzier, we need to first identify the documents (purchase orders, invoices, quotations, etc.) that we want to write.
We are aware that we need to create a model that corresponds to the
After creating the models, we expect to perform HTTP requests requesting PDF file analysis for all the models in turn, and classify them into the documents that are most likely to be applicable.
Is there any other best way to do this?