Since there is virtually no documentation or code snippets on programming inside OpenText Capture Center. I need some input from someone with experience.
Here is the crux of what I need... In the Scripting Manager, I need to be able to access all of the Phrase objects that the OCR identified in the document, regardless of the Fields matched or identified during extraction.
As long as I have access to the OCR phrases, I can do two things that will greatly increase our matching percentage on any field.
- Perform sanitations and transformations of the invoice phrases as a type of pre-processing before matching occurs (I.E. turn Corporation into CORP, remove apostrophes, etc..)
- Write a custom matching function that is more understanding of our data than the native Generic SnapMatch.
Thanks!