[tesseract-ocr] Re: Training CMC7 Font

2017-03-27 Thread Nicolas Naso
Hi! Did you finally trained tesseract with CMC7? I apreciate if you share the final training file :D Thanks Nicolas El miércoles, 2 de marzo de 2016, 4:23:44 (UTC-3), Roger escribió: > > I am training tesseract to recognize CMC7 font, following this >

[tesseract-ocr] Tesseract on bitmap images with 25MB size raising error/exception

2017-03-27 Thread Tomy Chacko
Hi, I sometimes receive an error, "Failed to create pix, this normally occurs because the requested image size is too large, please check Standard Error Output" when doing OCR on a bitmap image if size 25 MB. Any ideas on why this error as I do not receive this every time. Thanks

Re: [tesseract-ocr] Low Accurate ini bold font

2017-03-27 Thread ShreeDevi Kumar
Try latest version of tesseract - build from master. Use --psm 7 --oem 1 I get correct result for both. tesseract unnamed1.png unnamed1 --psm 7 --oem 1 Tesseract Open Source OCR Engine v4.00.00alpha-347-g60c8b12 with Leptonica Warning. Invalid resolution 0 dpi. Using 70 instead. ShreeDevi

Re: [tesseract-ocr] Re: How to download the Tesseract trained data for Digital display numbers ( Seven Segments Data trained data )

2017-03-27 Thread ShreeDevi Kumar
https://github.com/tesseract-ocr/tesseract/wiki/AddOns has link to traineddata for digital seven fonts. https://github.com/arturaugusto/display_ocr You can download various digital seven fonts, create traineing data images and train - all in Jtessboxeditor. Use 3.0x version ShreeDevi

[tesseract-ocr] Re: How to download the Tesseract trained data for Digital display numbers ( Seven Segments Data trained data )

2017-03-27 Thread komal gawade
On Friday, March 24, 2017 at 3:27:39 PM UTC+5:30, komal gawade wrote: > > > Hello, > I am basically working in electronics field and new to C#.Currently I am > working on one project (Image processing in C#) where i am using C#,where > in one of the part i have to detect text or digits of 7

[tesseract-ocr] Experimenting with Tesseract and I'm having an issue with TessBaseAPI::SetRectangle

2017-03-27 Thread TheDoveness
Hi all, Hopefully someone knowledgeable with be able to help me with this. I've modified the baseapi example from here: https://github.com/tesseract-ocr/tesseract/wiki/APIExample #include "stdafx.h"#include #include using namespace tesseract; int main(){ char *outText;