Properties
Name | Type | Description |
|---|---|---|
Application | Returns the Engine object. | |
Main attributes | ||
BSTR, read-only | Provides access to the whole recognized text in a form of Unicode string. This string may contain the following special characters:
If the image has tables, text from the table cells will be stored in the logical reading order (left-to-right and top-down). | |
SymbolsCount | int, read-only | Returns the number of symbols in the text, including the special characters. |
int, read-only | This property takes as the input parameter the index of a symbol in the recognized text. It returns the number of the page on which the specified symbol is located. | |
Voting API | ||
int, read-only | Returns the value of recognition confidence of the character. This is the confidence of the main (selected) recognition variant. Confidence estimates the accuracy of a recognition variant. It should not be understood as a general recognition quality measure: the only safe use of confidence is for comparing recognition variants of the same character. The characters extracted from the source PDF file without recognition have confidence set to 55. | |
int, read-only | Returns the estimated probability (in range from 0 to 100) that the specified character was recognized incorrectly. | |
VARIANT_BOOL, read-only | Returns TRUE if the specified character was recognized unreliably. Use this property to determine whether verification is needed. This property is calculated based on the ErrorProbability value and recognition settings. If you need to implement more fine-grained distinctions for verification, use ErrorProbability instead. | |
Character coordinates | ||
int, read-only | This property takes as the input parameter the index of a symbol in the recognized text. It returns the coordinate of the bottom border of the symbol’s rectangle as relative to the deskewed black-and-white plane of the source image. | |
int, read-only | This property takes as the input parameter the index of a symbol in the recognized text. It returns the coordinate of the left border of the character’s rectangle as relative to the deskewed black-and-white plane of the source image. | |
int, read-only | This property takes as the input parameter the index of a symbol in the recognized text. It returns the coordinate of the right border of the symbol’s rectangle as relative to the deskewed black-and-white plane of the source image. | |
int, read-only | This property takes as the input parameter the index of a symbol in the recognized text. It returns the coordinate of the top border of the symbol’s rectangle as relative to the deskewed black-and-white plane of the source image. | |
Methods
| Name | Description |
|---|---|
| GetCharacterData <Note> Windows only. </Note> | Returns the information about all characters in the text as a set of arrays: the page numbers on which the characters are located, the coordinates of characters’ rectangles, and characters’ confidences. |
| SaveToAsciiXMLFile | Saves the recognized text into an XML file. |
| SaveToTextFile | Saves the recognized text into a text file with the specified encoding. |
Related objects
Object Diagram
