Question about OCR

Hi all,
i’ve a generic question, in a project where is necessary to scrape a value in pdf and therefore use the ocr to get text, i know this isn’t a perfect solution and in fact during the process sometimes the value is wrong.
What’s the best practice in this case? For a certain value and result.

p.s. and is possible i’ve seen only few days ago the deadline for free certificazione postponed to 31th march 2020?

Thanks in advice

Nobody here?
Thanks

1 Like

We can use READ PDF OCR and get the output with a variable of type string and do string manipulation like Regex And Solit method to get the desired output
Or
We can use ANCHOR BASE ACTIVITY if the term we want appears when the pdf is opened in screen
With find image as anchor in left side and screen scrapping in right side

Hope this would help you

Cheers @andreus91

1 Like

Yes, thanks a lot, which is the most accuracy option between this two?

1 Like

First one if the pdf has same format

Cheers @andreus91

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.