Hi All,
I am working with PDF documents, 90% of the time they are machine-generated documents so I do not need the OCR to extract text from it, and sometimes they are scanned documents and I have set up the intelligent OCR to extract required text and that works fine.
Now I want my robot to first check if the document is scanned and then direct it to the intelligent OCR workflow for data extraction otherwise just use the normal read PDF workflow. How can I achieve this?