Google OCR tesspreprocesserror

Hello i have a problem with google ocr

Hi @houdaui,

Try below:

  1. Please download the required language pack from below link:
    GitHub - tesseract-ocr/tessdata at 3.04.00
  2. Save the file in below path:
    C:\Program Files (x86)\UiPath Studio\tessdata
    or
    search for the tessdata folder in your system.
  3. Restart Ui Path studio.

Thanks

hello thank you for your response
my uipath folder is in C:\Users..\AppData\Local\UiPath
and i couldn’t find the tessdata folder
i installed tesseract 4.0 it is in C:\Program Files (x86)\Tesseract-OCR
should i put the pack downloaded in C:\Program Files (x86)\Tesseract-OCR\tessdata
??

@houdaui

may be you installed the tesseract 4.0 might it is giving conflict, search for *.traineddata in your computer and when find the UiPath traineddata file just replace with the tesseract 4.0 traineddata file and try.

Thanks

I uninstalled tesseract 4.0 and i saved tessdata in C:\Users…\AppData\Local\UiPath
Capture
but im trying to read a pdf with ocr an the problem appear
Capture

@houdaui

Copy the tessdata to
C:\Users…\AppData\Local\UiPath\tessdata\

and try once.

Thanks