I was just wondering Can You Create A Document Definition with Cloud OCR SDK, I want to get the values from check boxes and insert true/false into a database. I already have it working with flexiCapture SDK. But wanted to know can the Cloud Ocr do the same job. Pretty sure the answer is no, but I have to ask.
Create A Document Definition with Cloud OCR SDK?
Was this article helpful?
0 out of 0 found this helpful
Comments
2 comments
Hello Jim,
No, the document definitions are not implemented in Cloud OCR SDK.
You can only specify the coordinates of text you want to recognize: either use the "region" parameter of the processTextField method, or pass the XML file with coordinates to the processFields method.
Please sign in to leave a comment.