Symptoms
Company name is typed on two or more lines in the Invoice and does not match with single-lined dataset entry in the Invoice project where Vendor or BU are defined exclusively by name.
Cause
The values should match exactly, if they are split between different lines number, then they cannot match.
Resolution
Here is a sample of this situation:
In this case, the most practical solution is using of the AutoCorrection script:
https://help.abbyy.com/en-us/flexicapture/12/developer/script_conversion
Here are the key point to write the script:
1. Read recognized value.
2. Split value to an array of strings by separators like 'space' and 'line break'.
3. Collect a new string from an array, divided by spaces (no line breaks).
4. Write the resulting string in the VendorName or BUName field.
Comments
0 comments
Please sign in to leave a comment.