DEV Community

Thom
Thom

Posted on • Updated on

Add more languages to your ServiceNow RPA OCR action

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:

  1. Go to the GitHub repo and get the trained data of your desired language --> https://github.com/tesseract-ocr/tessdata

  2. C:\Users{local.user}\AppData\Local\ServiceNowRPA

  3. Open the folder that is named like your instance

  4. Find the ID of your bot and open the latest version (mostly 1)

  5. Open the folder 'tessdata' and copy your downloaded trained data into it.

  6. Restart the RPA Desktop Design Studio and then you will see the added language in your 'OCR Text' action.

Top comments (0)