コミュニティ

Can the way ocr creates blocks be changed?

         

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

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

コメント

2件のコメント

  • Avatar
    Permanently deleted user

    Can the way ocr creates blocks be changed?

    0
  • Avatar
    Nikolay Krivchanskiy

    Hi,

    To influence on the way FineReader Engine extracts blocks, you can modify PageAnalysisParams object and pass it into Analyze method, or Process method. You can read about all options you can set with PageAnalysisParams in Help → API Reference → Parameter Objects → Preprocessing, Analysis, Recognition and Synthesis Parameters → PageAnalysisParams.

    If that doesn’t suit you, you can create blocks for analysis manually, or modify the blocks created by FREngine.

    To get access to blocks collection, please call Layout::Blocks. Each block can be deleted or modified.

    To add blocks, please use LayoutBlocks::AddNew. LayoutBlocks is a collection, returned by Layout::Blocks and Layout::VisualBlocks methods, therefore you can add blocks conveniently.

    0

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