In Windows, if you need to access coordinates and recognition confidence for all the characters in a large document then consider also using the GetCharacterData method of the PlainText object. This allows you to receive the data on all characters at once and iterate through it on your side. Iterating through all text blocks will take up significantly more time, especially if your application is working via DCOM.
Paragraph
GetCharParams Method of the Paragraph Object
GetCharParams method of the Paragraph Object in the ABBYY FineReader Engine API — Returns the CharParams for the character at the specified index inside the paragraph text (range 0..Length); inserting-at-end semantics when index equals Length.
This method provides access to parameters of a single character. A character is indexed with its position inside the text of paragraph. This index must be in the range from zero to the length of paragraph. The length of paragraph may be obtained from the IParagraph::Length property. When the length of paragraph is passed into this method, this property refers to the parameters that would have received a character if it was inserted at the end of paragraph.
GetBookmarkRange Method of the Paragraph Object
Previous
GetDropCapCharParams Method of the Paragraph Object
Next
