Hello,
I am working on a workflow for a customer which uses scripting to detect vehicle registration numbers and penalty charge notice numbers from scanned documents. This works fine for most of the sample documents, but one document fails unless I apply some immage processing filters to the documents. When I do this, the numbers are detected perfectly, but I'm worried that the overall quality of the document, after the filters are applyed, is not good enough for the customer.
Is it possible to remove filters / reset the document to its orriginal quality after it has been processed by a script module?
I have provided a snipped from the original document to show the original quality and why the filters need to be applied.
The regex used to detect the number is ".*()(\b[A-Z]{2}[0-9]{8}\b|\b[0-9]{6}\/[0-9]{6}\b"