TesseractOCR

Hi there, i have a trained tesseract “ara.traineddata” but when i implement it in the ocr properties as “ara” it shows me this error

Source: Tesseract OCR
Message: Error performing OCR: InvalidInputLanguage
Exception Type: System.Exception
Error performing OCR: InvalidInputLanguage

Hi @Hisham_Alshareef

Check out this thread

Regards
Gokul

@Gokul001 I have a file of trained ocr using tesseract and the file is ara.traineddata , how to implement in OCR in UiPath

Can you tell us more information ara.traineddata file. and some screenshot? @Hisham_Alshareef

Hi,

Do you use CommunityEdition? If so, can you try the following step?

Windows project

First, create folder tessdata under c:\Users[AccountName]\AppData\Local\Programs\UiPath\Studio if it doesn’t exist.

Then put ara.traineddata file to the tessdata folder.

Finally, restart your Studio.

Windows Legacy project

First, create folder tessdata under c:\Users[AccountName]\AppData\Local\Programs\UiPath\Studio\net461 if it doesn’t exist.

Then put ara.traineddata file to the tessdata folder.

Finally, restart your Studio.

Regards,

Thanks @Yoichi , it works

1 Like

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