I am using Web API and reaching successful processing. I have some questions about retrieving the field value results.
1. Am I able to use Web API to access recognized data in fields after Recognition and before Verification (and if so, how?), or am I able to access fields data only after export?
2. The documentation for LoadDocumentResult states "The method can be used when exporting results to FlexiCapture database. When exporting to a file storage, null is returned."
a) FC database means internal FC database, or just Database export?
b) File storage means internal file storage, or simply referring to Export to a file?
My project writes data to XML and images to Searchable PDF.
I am making this SOAP Web request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:flex="urn:http://www.abbyy.com/FlexiCapture">
<soapenv:Header/>
<soapenv:Body>
<flex:LoadDocumentResult>
<flex:sessionId>1175</flex:sessionId>
<flex:batchId>16</flex:batchId>
<flex:documentId>1</flex:documentId>
<flex:fileName>test.pdf</flex:fileName>
</flex:LoadDocumentResult>
</soapenv:Body>
</soapenv:Envelope>
Could you provide more infomraiton how to retrieve processing results using Web API?
コメント
1件のコメント
Hello,
Could you please clarify what FC program do you use?
サインインしてコメントを残してください。