Select Region
Global Web Site - English
North America - English
Western Europe - English
Western Europe - Deutsch
Western Europe - Français
Western Europe - Italiano
Russia - Русский
Ukraine - Русский
Australia - English
Czech Republic - Čeština
Slovakia - Slovenský
China - 简体中文
Greece - Ελληνικά
Brazil - Português
South America - Español
Turkey - Türkçe
Useful tools that enhance the developer's ability to interact with ABBYY FineReader Engine and manipulate the recognition process on the core level:
When FineReader Engine is used as one of the participating recognition engines in a third-party application, it supplies recognition alternatives (or hypotheses) with a relevant confidence level for characters, words and intercharacter separation. This information helps developers design an efficient and accurate voting algorithm for applications that require multiple recognition technologies. For example, when recognizing an "O", ABBYY FineReader Engine may return 3 hypotheses: "0" (zero), with 60% confidence; capital "O", with 80% confidence; and capital "C", with 10% confidence. Another example for intercharacter separation: the possible hypotheses for an "m" would be "m", "rn", and "in".
ABBYY FineReader provides developers with the access and ability to manipulate the recognition engine during the OCR process on a core level. The FineReader recognition engine generates hypotheses (or recognition alternatives) and allows developers to influence or fine-tune the procedure of setting the confidence level for each hypothesis (or selecting the best hypothesis) using their own specific ranking criteria.
The SDK is supplied with the set of Source Code Samples showing how to use the Engine in different scenarios. The Code Samples are provided for Visual Basic, Visual Basic .Net, Delphi, raw C++, C++ with the Native COM Support, C#, and script languages.