Hi Guys, have someone at this forum created a good PDF read template and would like to share it? Is there an template produced like the REF framework that i can find somewhere?
Im tryging to figure out how to automate a PDF invoice read process and would like to see examples of best practice or to see what you guys have done.
Thank you for the help. i cant get my anchor base to choose a specific point in the pdf. it want to choose the whole document. this pdf is not scanned, it is a data generated pdf.
Hi @michael.tanzi May be the pdf file the text will be in a image so it is selecting text as whole. so to avoid it use read pdf with ocr activity.
Or it may be the issue with pdf settings, u had to correct it by using below instructions.
The best way is to read the pdf using read pdf activity or read pdf with ocr and use some string manipulations or regex method to extract the data. It will be good practice since it helps in backgraound processing and getting invoice data as required.