Warm regards,
Dmitri Silaev
www.CustomOCR.com
> --
> You received this message because you are subscribed to the Google
> Groups "tesseract-ocr" group.
> To post to this group, send email to tesser...@googlegroups.com
> To unsubscribe from this group, send email to
> tesseract-oc...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/tesseract-ocr?hl=en
>
--
Dmitri
--
``All that is gold does not glitter,
not all those who wander are lost;
the old that is strong does not wither,
deep roots are not reached by the frost.
From the ashes a fire shall be woken,
a light from the shadows shall spring;
renewed shall be blade that was broken,
the crownless again shall be king.”
Warm regards,
Dmitri Silaev
www.CustomOCR.com
other_case < unicharset_size:Error:Assert failed:in file unicharset.cpp, line 737 .
Kindly help me to fix this
Thanks
I thought all of the files were on my site. Maybe in a zip file in the main zip file. Will check out next week when I return from holidays.
You received this message because you are subscribed to a topic in the Google Groups "tesseract-ocr" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tesseract-ocr/obWI4cz8rXg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tesseract-oc...@googlegroups.com.
I edited (adding 2 more boxes at the end), renamed some files, and retrained with Hunter's source files using jTessBoxEditor.
Quan
--
mcr.traineddata
/mnt/sdcard/tesseract/tessdata
baseApi.init(OCR_DATA_PATH, 'mcr', TessBaseAPI.OEM_TESSARACT_ONLY);
But I am getting Fatal signal 11 error.
Please help me on this.
Thanks
Santhosh Kumar.K
TessBaseAPI baseApi = new TessBaseAPI();
baseApi.setDebug(true);
baseApi.init(DATA_PATH, "mcr");
baseApi.setImage(bitmap);
String recognizedText = baseApi.getUTF8Text();
baseApi.end();
other_case < unicharset_size:Error:Assert failed:in file unicharset.cpp, line 737 error?
Am getting this error whenever I try adding a new .traineddata file!
val baseApi = TessBaseAPI()
baseApi.setDebug(true)
baseApi.init(datapath, "mcr")
baseApi.setImage(bitmap)
val recognizedText:String = baseApi.utF8Text
Print.d("MICR: $recognizedText")