Hi,
Is there a way to submit a single image and specify multiple field regions? I would have thought that a form with multiple fields would be a very common use case.
I have a product order form that has lots of fields on it (approx 180). I ran some tests and processing the whole page fails with far too many errors. As the page is a mix of typed products with hand written quantities I tried the processing the quantity fields and it works great. I tried submitting the fields to the processTextField api and to my horror every 5 fields appears to count as a page. This means that the true cost of a page is huge. Is there a way to submit a single image with 180 field regions and have this count as 1 page.
Thanks for your help in advance.