The recognition process is initiated by the ImGearOCRPage.Recognize Method.
The Recognize Method processes the single image associated with the ImGearOCRPage Class. The method takes the zone list of the image, or if it is empty uses the page bounds as a single recognition zone.
The Recognize Method enumerates the zones in the zone list and activates the appropriate recognition modules for them. The recognition modules are given the calculated Character Set information zone by zone.
This section provides information about the following:
OCR a Multi-Page TIFF Image
The following example illustrates how the application loads a document from a file, recognizes its pages, and writes the resulting text to the output text file.
OCR a Single-Page Document
The following example illustrates how to load a single page from a PNG file and store the resulting text to a text file.
OCR a PDF Document
The following example illustrates how to recognize all the pages in a PDF document and store the resulting text in a text file.