Re: [tesseract-ocr] Re: tesseract not working properly

2018-04-21 Thread gala sup
# -*- coding: utf-8 -*- """ author @gala """ '''Imports''' from PIL import Image import pytesseract as pyt change format''' ''' img = Image.open('testocr.png') img.save('image.tiff') ''' image_file = "Untitled.v4.png" im = Image.open(image_file) text =

Re: [tesseract-ocr] Re: tesseract not working properly

2018-04-21 Thread gala sup
and i found out that the font is unispace On 21 April 2018 at 15:49, gala sup wrote: > # -*- coding: utf-8 -*- > """ > author @gala > > """ > '''Imports''' > from PIL import Image > import pytesseract as pyt > > > change format''' > ''' > img =

[tesseract-ocr] Re: tesseract not working properly

2018-04-19 Thread Atul Singh
What are the settings that you are using. On Wednesday, April 18, 2018 at 1:42:26 AM UTC+5:30, Vibhakar wrote: > > im trying to OCR this image > > > > and the