1

I need to do OCR on images that contain text in Arabic languages. I am using AWS Textract API in the python using UiPath

Does AWS Textract support the Arabic language?

Thanks in Advance.

I found many languages ,but I haven't seen the Arabic ,so does any anyone tried Textract in Arabic

1 Answers1

4

From the FAQ page:

• Make sure your document uses a language supported by Amazon Textract (currently English, Spanish, Italian, Portuguese, French and German; handwriting, invoices and receipts processing for English only).

gshpychka
  • 8,523
  • 1
  • 11
  • 31
  • How can I set the language of the file that will be read? For example, if I submit a file in Portuguese, how do I tell textract that I want it to try to recognize these characters in Portuguese? – Mathews Edwirds Oct 25 '22 at 17:08
  • You don't, as far as I know - it will detect the language automatically. – gshpychka Oct 25 '22 at 18:22