Hi,
I tried running tesseract OCR on the same image using below 2 approach:
1. Command line (tesseract version 3.05.01)
tesseract image.jpg out.txt
2. using pytesseract in python (pytesseract version 0.2.2)
import PIL
from PIL import Image
import pytesseract
text = pytesseract.image_to_string(Image.open('image.jpg'), lang='eng')
print(text)
*I got better results with approach 1. Can anybody help me to achieve the
same result using pytesseract.*
--
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/a87b208b-e5f9-4cf4-b18f-7bb05028996d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.