I have a slight problem with my scanned pdf. Im just learning with UiPath so I made up some random scanned PDFs with which I can try OCR (UiPath Screen OCR). I want OCR to read the receiver Amazon (as shown in the screenshot) but It just cant read it. Im using assing with regex System.Text.RegularExpressions.Regex.Match(pdfText, “Receiver\s+n..\n([^\n])”).Groups(1).Value.Trim and I have data row in which the receiver should be enrolled but after every try its blank. Is there any way it can be fixed?
Hey @michalhyza12 try to use different ocr like Google OCR,Microsoft OCR,Tesseract OCR an in the property of ocr try to finetune the property of OCR for the better result otuput.
and can you try with this regex pattern.
Why would you use UiPath Screen OCR on a scanned document? Screen OCR is for…things on the screen. You should be using UiPath Document OCR. To go a step further, I would use Digitize Document with UiPath Document OCR.