コミュニティ

[FR ENGINE 10] Is it possible to define recognition region while using batch processing?

Question is similar to http://forum.ocrsdk.com/questions/1498/fr10-engine-how-to-only-recognize-specified-region-of-the-image

But in this case i want to use batch recognition. Currently i'm using something like:

var batchProcessor = Engine.CreateBatchProcessor();
        var imageSource = new ImageSourceCallback(imageFiles);
        batchProcessor.Start(imageSource, null, CreatePageParams(), null);

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

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

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Unfortunately, as BatchProcessor object is intended for automatically processing image documents (without any interference) and does not have separate method for analyze, recognition region defining is not possible in this case.

    0

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