Class | Description | |
---|---|---|
![]() | ImGearOCR | Represents the optical character recognition engine. |
![]() | ImGearOCRDictionary | ImGearOCRDictionary class implementation. Each entry of a dictionary must be placed in a single line of a text file. Carriage return + linefeed(0x0D 0x0A) or linefeed(0x0A) end a line. Spaces at the end of a line are ignored. Phrases consist of words in a line that are separated by single spaces. Because all entries are converted to uppercase letters, the file extension is used to specify the codepage. Allowed values are:
|
![]() | ImGearOCRException | Base class for OCR exceptions that are thrown from ImageGear. |
![]() | ImGearOCRImage | Image to be recognized, associated with an ImGearOCRPage class object and exposed via ImGearOCRPage.Image property. |
![]() | ImGearOCRLanguageEnabled | Provides ability to enable or disable languages for recognition. |
![]() | ImGearOCRLetter | Represents a single recognized letter. |
![]() | ImGearOCRPage | Represents a single image imported into the OCR engine. |
![]() | ImGearOCRPDFOutputOptions | Specifies options for creating PDF page from the recognition output. |
![]() | ImGearOCRPreprocessingSettings | Provides access to settings for preprocessing, belongs to ImGearOCR. |
![]() | ImGearOCRSettings | Settings for the OCR engine. |
![]() | ImGearOCRZone | Represents a recognition zone. |
![]() | ImGearOCRZoneCollection | Collection of zones for a page, belongs to a ImGearOCRPage object. |
Is this page helpful?
Yes
No