ServiceNow's OCR RPA action uses tesseract OCR. As it is open source, we can add more languages. That means you can do following steps to add more languages to your 'OCR Text' Action:
Go to the GitHub repo and get the trained data of your desired language --> https://github.com/tesseract-ocr/tessdata
C:\Users{local.user}\AppData\Local\ServiceNowRPA
Open the folder that is named like your instance
Find the ID of your bot and open the latest version (mostly 1)
Open the folder 'tessdata' and copy your downloaded trained data into it.
Restart the RPA Desktop Design Studio and then you will see the added language in your 'OCR Text' action.
Top comments (0)