I have PDF files I would like to read three fields from. Instead of sending the file via curl 3 separate times how can I tell it to do 3 fields in the same image?
Multiple Fields in Same Image
Was this article helpful?
0 out of 0 found this helpful
I have PDF files I would like to read three fields from. Instead of sending the file via curl 3 separate times how can I tell it to do 3 fields in the same image?
0 out of 0 found this helpful
Comments
1 comment
I would suggest you to use processFields method for this purpose - it allows you to recognize several fields in a document. Please find more details in our documentations.
Please sign in to leave a comment.