0

I need to do OCR on images that contain text in Hindi, Marathi, Malayalam, etc languages. I am using AWS Textract API in the python script, but OCR on Scanned Hindi text Document gives a response with the incorrect English like words.

Does AWS Textract support the Hindi language?

Please guide me on this.

Thank You in Advance.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470

1 Answers1

0

Following are the documents from AWS, which enlist supported languages by Amazon Textract;

Moreover, you can think in direction of using Amazon Comprehend, please refer this document for more information about supported languages by Amazon Comprehend.

amitd
  • 1,497
  • 4
  • 11