I am exporting recognized data to xml using FlexiCapture 11 Engine SDK . this is what I am calling -> "processor.ExportDocumentEx()" how to include word/char confidence and location into xml result?
[FlexiCapture Engine 11] exporting data to xml with word&char confidence level and location.
Was this article helpful?
0 out of 0 found this helpful
Comments
2 comments
The FileExportParams contains field XMLParams. So the "XMLParams.MarkSuspiciousSymbols = true" and "XMLParams.ExportFieldPosition = true" properties can be used this situation.
Please, read more about this properties in Help → API Reference → Export Parameters Object → XMLExportParams.
Thank you that works for me!!
Please sign in to leave a comment.