doxakis / How-to-use-tesseract-ocr-4.0-with-csharp

How to use Tesseract OCR 4.0 with C#
MIT License
61 stars 68 forks source link

Not able to read the images using tesseract 4.0 please Help #1

Closed anandpawara closed 5 years ago

anandpawara commented 5 years ago

Images.zip Hi

I am trying to read the text from the images(attached zip file for images) but it returns wrong result and in many case a blank output. Please suggest what is gone wrong with code. I have also attached code for same image

I have installed tesseract.net -Version 4.0.0.16

Thanks in advance

doxakis commented 5 years ago

Hi,

The code doesn't seem to use something from this repo. (e.g. TessBaseAPI)

Anyway, here is my recommendations :

You may also want to read: https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality

Thanks!

doxakis commented 5 years ago

Hi, I will close the issue for now. Feel free to open it again.