Understanding Form Recognizer machine learning model options
When deciding which model will work best for your solution, you will first have the choice of several models that are purpose-built for specific types of forms. The templated model types are self-explanatory based on their names:
- General document
- Layout
- Invoice
- Receipt
- ID document
- Business card
- Custom
These templated models were designed with a base set of fields to extract from the documents as they are processed. From the documents using the model type chosen, there are varying abilities for the extraction of text, key-value pairs, fields, selection marks (checkboxes, for example), tables, and entities. There are also variables around the processed documents, such as the document file type, number of pages, and dimensions of the pages being processed. For a more complete list of these variables to ensure your use case would be a good fit, refer to the following reference in the Microsoft...