Ask Your Question

JonyGreen's profile - activity

2015-12-02 02:27:46 -0600 commented question Image segmentation OCR

I'm not a developer, i always use the free online ocr to recognize and scan text from image.

2015-11-14 07:39:03 -0600 answered a question Image Recognition Issue-Image to Text

Since you have the individual characters and you know their corresponding label (which is the actual OCR part) it should not be too hard to write them to a file. For lines you look at the coordinates of the bounding box, if the y dimension changes, a new line is started. If x is larger then a specific threshold, there is a space instead of a next letter. To output the data to a text file you can simply use the ofstream class of C++!

Yes, directly save the str pointer to text file by ofstream class.

2015-09-07 00:50:18 -0600 commented question image processing to improve tesseract OCR accuracy

why not try the online service, i used this online ocr service, it's accuracy well and free to use.