FREE API fail With arabic Langage

i receive the following error {“OCRExitCode”:99,“IsErroredOnProcessing”:true,“ErrorMessage”:[“E201: Value for parameter ‘language’ is invalid”],“ProcessingTimeInMilliseconds”:“0”}

the language parameter selected is ‘ara’

Arabic OCR with language=ara works fine in our tests.

If you test the connection with Postman, do you get the same result?

You probably know it, but just in case: Postman is a free app, see Free OCR API

If you see the problem even with Postman, a screenshot of the result could be helpful.

Thank you for your quick reply.
I was using the c# sample project given by you.
i will try with postman and see

With POstman , it refuse my Key, it say Apikey not provided

With the c# sample offred by you,
it work fine with English Language
but when i change the language to arabic , it fail

In our Postman screenshot, it seems you use POST fields with the GET OCR API url.

What C# sample are you using? I will check it.

Thank you !

I Downloaded from

Link given in your Web Site

Thank you for you help
the sample was given with ocrengine 2 ho don’t accept arabic
i changed to 1 and it work