コミュニティ

Pdf with text layer and thorough recognition functionalities 回答済み

I am new at using the Finereader Engine (v 11) and I am trying to replicate something that I have been able to do on the FineReader 14 desktop application. 

1) PDF recognition mode

a) Use OCR b) Use text from Pdf c) Automatically choose between OCR speed and accuracy

2) Balance between OCR speed and accuracy

a) Thorough recognition b)Fast recognition

Please let me know if the above is possible and if so, what will I need to change or adjust.

Please find attached the image of the settings I am reffering to.

Thanks

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Nikolay Krivchanskiy

    Hi,

    To get started with FineReader Engine we would kindly recommend you first study the source code of Hello example provided with the SDK. By default it is located in C:\ProgramData\ABBYY\SDK\11\FineReader Engine\Samples. Also it is recommended to read Help, which contains a lot of information about using FineReader Engine. 

    As for the answers to your questions:

       1) You can use ObjectsExtractionParams::SourceContentReuseMode. By default it is set to CRM_Auto (automatically choose), but you can set it to CRM_ContentOnly (text from PDF) or CRM_DoNotReuse (use OCR). You can find more information about that object in Help → API Reference → Parameter Objects → Preprocessing, Analysis, Recognition and Synthesis Parameters → ObjectsExtractionParams.

       2) Set RecognizerParams::FastMode to true to choose fast recognition mode. By default this value is false and thorough recognition is performed. More information about that object you can find in Help → API Reference → Parameter Objects → Preprocessing, Analysis, Recognition and Synthesis Parameters → RecognizerParams.

    In general, you might get interested by predefined profiles, that you can use for your recognition. To find out more, please refer to Help → Guided Tour → Advanced Techniques → Working with Profiles. That article contains the list of profiles and references the Help page about LoadPredefinedProfile method of Engine object, which is used to choose the profile.

    0

サインインしてコメントを残してください。