Hi. How can i know the name of the actual file used by RecognizeNextDocument() ?
The order of the queue of images will be the same used at SetCustomImageSource()? How can i track that?
Im filling the custom queue with two file images (tiffs), with 2 pages each, totalizing 4 documents
In the first call to RecognizeNextDocument, my custom queue is at the second file.
In the second call, my custom queue is depleted.
I can keep calling RecognizeNextDocument perfectly till the last fourth document, but without knowing which file is referenced
Comments
1 comment
Hello,
To find out what source files are used in the document you may use the IPage.OriginalImagePath property where IPages are stored in IDocument.Pages collection. More information could be found in “Document Object (IDocument Interface)” and "Page Object (IPage Interface)" articles in the ABBYY FlexiCaptureEngine 11 Guide.
The order of the queue of images taken from custom image source should be the same.
Please sign in to leave a comment.