DEV Community

Thom
Thom

Posted on • Edited on

1 1

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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay