Extracting wrong characters from image
Posted: 2016-03-14T00:58:15-07:00
Hi,
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:
exec('tesseract temp/' . $filename . '.png temp/' . $filename);
Thanks,
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:
exec('tesseract temp/' . $filename . '.png temp/' . $filename);
Thanks,