ABBYY FineReader Engine provides two options:
-
WordRecognitionVariant
This object represents a single hypothesis for a word and contains the text of the hypothesis, type of model, the average width of stroke, and information on whether the hypothesis has been found in the dictionary.
-
CharacterRecognitionVariant
This object represents a single hypothesis for a character and contains character confidence, probability that a character is written with a serif font, and information on whether the character is superscript or subscript.
Example of Character Recognition
During the layout analysis step, the text areas, lines and single characters coordinates are detected. After the character separation, each character is recognized with different text recognition technologies/algorithms/classifiers.
The recognition confidence of a single character image is a numerical estimate of the probability that the image does in fact represent this character.
For example, an image of the letter “e” may be recognized as
-
the letter “e” with a confidence of 95
-
the letter “c” with a confidence of 85,
-
the letter “o” with a confidence of 65, etc.
The hypothesis with the highest confidence rating is selected as the recognition result. However, the selection also depends on the context (i.e. the word in which the character occurs) and the results of a differential comparison.
If the word with the “e” hypothesis is not a dictionary word while the word with the “c” hypothesis is a dictionary word, the latter will be selected as the recognition result, even though its confidence rating will still be 85. The remining the recognition variants can be obtained as hypotheses.
Important Note: The Voting API is only available for OCR, not for for recognition of hand-printed texts.
Comments
2 comments
leelcn
how to use another ocr engine's result to replace the text recognition ,the part I test is unwriteable and only created by fre engine,hope your support.
Robert Baumgartner
Thank you for your question!
If you have any questions or comments, please use one of the following ABBYY University community forums.
• ABBYY University Q&A: https://bit.ly/37cM3ep
• ABBYY University Product Feedback: https://bit.ly/3DKtFG8
• ABBYY University Tips and Tricks: https://bit.ly/3NODqHN
• ABBYY University Discussion & Highlights: https://bit.ly/3r4DQA6
Please sign in to leave a comment.