Hello,
I have created a project and I would like to know if my approach is the best practice
I have scanned invoice (untagged pdf)
I am reading values from the invoice using the anchor base
I use both Find OCR text position and find image (what is best by the way)
Then I use get ocr text activity to get the text value
Now, the RPA is working perfectly on my screen but it can’t run in any other screen (correct me if I am wrong)
So what is the best solution to avoid this scenario (failure when run from another screen)
Please note that I don’t have orchestrator and planning to run it from other machines that are using uipath.
Also, please let me know if the activities I am using are the best fit for this case
Hi,
To read any data from PDF, you can install system.pdf.activities from manage beneficiaries and use “Read PDF OCR” activity to get the text available in scanned pdf, then you can use matches activity to extract the required values. This may give you better results