Hello everyone.
I have a problem that I don't know how to solve.
My client generates various PDF files from a third-party application. Depending on the data entered in the application, the visual of the PDF changes. For customer 1, I can have fields A and B and for customer 2, I can have fields A and C (or D and E or F,G,H,I....). Please note that the missing fields are not hidden; they are simply not included when the PDF is generated.
I first used the occlusion and text recognition method to retrieve the field values.
But I now realize that I can have a PDF document with 50 pages. In which case I get the error message "The RegEx engine timeout expired while attempting to match a template with an input string. This problem can occur for many reasons, including large inputs or excessive traceback caused by nested quantifiers, back references and other factors." and the workflow never stops (On the print screen, my workflow has been running for 2 days.).
Is there any other way to retrieve field values?
Thanks in advance for your help.
Regards