--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/8d352529-8cdf-4e83-ba96-691abbd74423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi , I'm using tesseract 4 with vs 2017 . i have used with English characters first , now i started to include arabic as well . the thing is got weird characters even when i change the eng.traineddata to ara.traineddata.
i found out that it's the characters when the UTF8 code is treated as Hex code .
this is the image i want to recognize .
the result is
i convert the letters in arabic to UTF8 code using this website
https://r12a.github.io/app-conversion/
and when i take this code and converted as a hex code to character i get the same characters that tesseract showed me the first time.
"عبدالسلام مدي عبدالعزيز"
I think the problem is with UTF8 or might be my visual studio can't recognize Arabic letters or what