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.
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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!!
サインインしてコメントを残してください。