This sample shows how you can easily configure FineReader Engine with predefined processing profiles. All you need is to select the profile suitable for your task before processing and ABBYY FineReader Engine will choose the best settings automatically.
Screenshot made with a Laptop (2009) Core2 Duo T9800, 2,9 GHz, Windows 7, 32 bit;
Production machines are faster and have more cores
The sample processes document images from the specified folder using two different predefined processing profiles. Then it compares the speed of processing with these profiles and the number of recognized elements. The result of comparison is shown on a diagram and in the table below the diagram.
To view how it works:
The sample uses the following procedure of processing:
GetEngineObject function. LoadModule method of the Engine object. LoadPredefinedProfile method of the Engine object. CreateFRDocument method of the Engine object to create the FRDocument object. AddImageFile method to add pages to the document. Process method of the FRDocument object. Pass the RecognizerParams object as a subobject of the PageProcessingParams object to this method. DeinitializeEngine function.