This plugin returns a list of fields’ names and values along with the detected languages.
Google Document AI technology enables data entry tasks automation involving hand-filled surveys, applications and forms.
It also includes OCR (Optical Character Recognition) technology to recognize machine printed text, and OMR (Optical Mark Recognition) for check boxes and multiple choice bubbles.
Hi @redvivi we started using the AWS OCR plugin but then found the Google one to better fit our needs, now I’d like to know if the Analyze Form action can be run in a backend workflow.
I’ve tested this but its show the Error: InvalidURLFormatException. As if it can’t read the file, although there is nothing restricting it. I need to do this on the backend in order to iterate through different files available for analyzing.
Of course it can.
Go in debug mode and check the file URL that is passed as parameter, for sure it is invalid but you may not realize it outside of step by step and debug mode.
Solved! I was passing the file by referencing another element and not passing it directly as a parameter. Just did the latter and it worked flawlessly! Thanks for your quick response as always!