Hi,
Abbyy Flexicapture 11 help file contains a section under "tips and tricks" entitled "Searching for single line fields of known or unknown format on documents of varying OCR quality". In the included sample project, "StrString" an object collection element is used to capture the invoice number when it cannot be captured with either a regular expression or a fixed alphabet. My question is; can this same method be used within a repeating group? I have a few instances in a current project where the repeating quantity field is recognized as "raw text" as opposed to standard text so those are missed during matching.
Abbyy Flexicapture 11 help file contains a section under "tips and tricks" entitled "Searching for single line fields of known or unknown format on documents of varying OCR quality". In the included sample project, "StrString" an object collection element is used to capture the invoice number when it cannot be captured with either a regular expression or a fixed alphabet. My question is; can this same method be used within a repeating group? I have a few instances in a current project where the repeating quantity field is recognized as "raw text" as opposed to standard text so those are missed during matching.
Comments
3 comments
For a repeating group to be captured using Object collection you might want to draw regions for each instance exclusively (would be easier if you have separators or some statics).
This can be done using the following code (please remember this is only an example given for 6 instances of 100dt x 100dt rects):
in your repeating region advanced pre-search relations and then
in your Object collection element advanced pre-search relations as well.
Hope that helps,
Vladislav
Post is closed for comments.