Community

[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);

Was this article helpful?

1 out of 1 found this helpful

Comments

1 comment

  • Avatar
    Julia Anikushina

    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

Please sign in to leave a comment.