Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have a simple image (as attached) when trying to extract text (OCR) from image giving me wrong characters, resulting in wrong spellings. Please suggest what to do to extract correctly.
Using tesseract with Ubuntu through PHP like given below:
snibgo wrote:In my experience, Tesseract needs characters to be at least 10 pixels high to be reliable, and 20 is better. Yours are only 9 pixels high.
Thanks, I have increased the size of the image by double and now it's recognising correctly but still missing space between two words.