Hello!
I need to use ukrainian language in my progect (work with pdf bills).
So far Mircosoft OCR did not support urk language i using Tesseract OCR.
I tryed to use this guide: OCR languages - #4 by Palaniyappan
But i havent folder C:\Program Files (x86)\UiPath\Studio\tessdata
How can i install required language pack? Or how can i attach pack in other folder to Tesseract OCR?
%UserProfile%.nuget\packages\uipath.vision\1.x.x\build\tessdata
I have this folder, but it’s wrong way.
Pablito
(Pawel Wozniak)
October 3, 2019, 6:38am
3
Hi @Jom4ick ,
There is written:
Save the file in the tessdata folder of the UiPath installation directory
For Community Edition installation folder is:
C:\Users\(username)\AppData\Local\UiPath\app-19.x\
I’m not sure if it will work but worth to try I guess
Alredy tryed. Did not work
Pablito
(Pawel Wozniak)
October 3, 2019, 8:55am
5
Sorry for my wrong answer. This supposed to be the correct location:
%UserProfile%\.nuget\packages\uipath.vision\1.x.x\build\tessdata
But as you mentioned it’s somehow not working for you. You can try to work with MS OCR then. Here you have whole instruction for both. Maybe you missed something:
1 Like
Microsoft OCR don’t support ukrainian language
Pablito
(Pawel Wozniak)
October 3, 2019, 9:41am
7
What about Tesseract OCR compatibility? Have you checked if UiAtomation is correct against your Vision version?
1 Like
cschevuri
(chandrasekhar chevuri)
October 3, 2019, 10:30am
9
@Jom4ick
Can you try, Google Cloud Vision OCR,
Ukrainian is supported in Google OCR, reference as below:
Jom4ick
October 3, 2019, 11:13am
10
But i need to pay money for using Google Cloud. Tesseract OCR is free as Microsoft.
cschevuri
(chandrasekhar chevuri)
October 4, 2019, 5:31am
11
Hi @Jom4ick
Monthly 1000 units are free, please refer the below link:
@Jom4ick it works for me with traditional Chinese
I’m using latest 20-beta community version studio and below is my steps:
download the https://github.com/tesseract-ocr/tessdata/blob/master/chi_tra.traineddata
copy and paste it to %UserProfile%.nuget\packages\uipath.vision\1.6.0\build\tessdata
restart the UiPath application
Velthurai
(Balamurugan Veldurai)
April 24, 2020, 12:26am
13
This is how I added for community edition.
you have to create “tessdata” folder in “\AppData\Local\UiPath\app-20.4.0-beta0472” and place the required language file.
1 Like
But it is not working for UiPath.UIAutomation.Activities beyond version 20.10.10
Yoichi
(Yoichi)
June 7, 2021, 6:07am
15
Hi,
If you use Community edition, the following topic might help you.
Hello,
I’m using UiPath Studio Cominity 21.4.3, and has followed the steps “installing-ocr-languages ” to download the language “chi_sim.traineddata” file and copied to C:\Users\zhentech.wang\AppData\Local\UiPath\app-21.4.3\tessdata folder and also restart the UiPath Studio, but still get error “Tesseract OCR: Error performing OCR: InvalidInputLanguage”.
How to fix this issue?
Thanks.
[wrong]
Regards,
Just update UiPath.UIAutomation.Activities to version 20.10.10 (a previous version) and place tessdata to the corresponding build folder.
Version 21.4.3 and beyond are still problematic.
Pablito
(Pawel Wozniak)
June 17, 2021, 7:46am
17
@Ioana_Gligan would you be able to help here?
This helped for me, but adding “tessdata” to all versions folders
3 Likes
Snowman
September 17, 2021, 3:26pm
21
Thanks, and that works for my community license.