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
@Gokul001 I have a file of trained ocr using tesseract and the file is ara.traineddata , how to implement in OCR in UiPath
Gokul001
(Gokul Balaji)
5
Can you tell us more information ara.traineddata file. and some screenshot? @Hisham_Alshareef
Yoichi
(Yoichi)
6
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,
1 Like
Thanks @Yoichi , it works
1 Like
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.