How can I extract field values like zip, country, state from business card process method using ABBYY?
[Cloud] How to extract fields components during business card recognition
Was this article helpful?
0 out of 0 found this helpful
How can I extract field values like zip, country, state from business card process method using ABBYY?
0 out of 0 found this helpful
Comments
1 comment
You can see all the fields that could be extracted during business card recognition in the processBusinessCard method description. Some of the fields can contain field components (such as zip code and city for the address, etc.). Please use the xml:writeFieldComponents=true parameter to get fields components in the output file. This parameter can be used only if the exportFormat parameter is set to xml.
Please sign in to leave a comment.