Step 4: Recognize Documents
During document processing, the program selects the Document Definition appropriate for the document pages, applies it, and recognizes the data in the regions found on the document with the help of the selected Document Definition.
ABBYY FlexiCapture 12 SDK allows you to perform all these processing steps using just one method — the Recognize method of the Project or Batch objects. You can specify the documents to process, recognition mode, and Document Definitions that should be applied.
C++ (COM) code
This procedure is used in the ABBYY FlexiCapture 12 SDK samples which can be found in the Samples folder (Start > Programs > ABBYY FlexiCapture 12 SDK > Code Samples Folder).
Additionally
If you want to match additional Document Definitions or match sections of a Document Definition to particular pages manually, you can use the ApplyDocumentDefinitions method of the Project object or the ApplyDocumentDefinitions and ForceApplyDocumentDefinition methods of the Batch object.
After recognition, you can immediately export the recognition results, or:
Note that if you want to work with a recognized document, you will need to open it for reading or writing.
See also
15.08.2023 13:19:30