I am using tesseract api for persian language. when i call 
api->getutf8text(), that return unknown encoding string.

    char*outText = api->GetUTF8Text();
String^ result = gcnew String(outText);

for example result is

ابراز داشت: امام رضا برخال� دیگر ائمه با 
جنگ نرم

also i know fas.traineddata and result are ISO 639-2T but i don't known how 
tesseract convert utf-8 to ISO-639-2T .

when i am using tesseract.exe in cmd
tesseract.exe test.tiff outputFile -l fas
The result is stored properly in outputFile.txt

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/49eff9be-2ac8-4324-b653-53c769266e10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to