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);
Comments
1 comment
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.
Please sign in to leave a comment.