Re: [tesseract-ocr] Tesseract confused between a character and a digit which look-alike

2022-06-24 Thread 'Yash Mistry' via tesseract-ocr
Hi Lorenzo, Thank you for the suggestions. The first approach you suggest is not feasible for me because there is no certainty that at particular position specific type of data will present. I am interested in second approach, I am trying to find any functionality of tesseract which give me al

Re: [tesseract-ocr] Tesseract confused between a character and a digit which look-alike

2022-06-24 Thread Lorenzo Bolzani
Hi Yash, please see the example at the bottom of this page: https://github.com/sirfz/tesserocr and this issue about the versions (I think you need version 5.x): https://github.com/sirfz/tesserocr/issues/166 If you have problems with tesserocr make sure it matches the tesseract version it was c

[tesseract-ocr] How to get all possible prediction of each letter

2022-06-24 Thread 'Yash Mistry' via tesseract-ocr
Hello, Is there any way to get all possible prediction of each letter of text? e.g. Input: hello Output: for first letter of text. h: 0.98 6: 0.60 b: 0.45 for last letter of text, o: 0.90 0: 0.70 6: 0.50 So basically I want all possible prediction of each letter and their respective confiden

[tesseract-ocr] Tesseract OCR LCD digits doesn't work

2022-06-24 Thread Hervé
Hi, I need some help to make tesseract-OCR recognize digits : can't achieve to make this work with https://img.super-h.fr/images/2022/06/24/9a03414616bc4c6bd6e4bdb78e9d6783.jpg here is my code : import cv2 import pytesseract pytesseract.pytesseract.tesseract_cmd ="C:\\Program Files\\Tes

Re: [tesseract-ocr] Tesseract OCR LCD digits doesn't work

2022-06-24 Thread Zdenko Podobny
Did try to implement suggestion from documentation? https://github.com/tesseract-ocr/tessdoc/blob/main/ImproveQuality.md Zdenko pi 24. 6. 2022 o 16:59 Hervé napísal(a): > Hi, I need some help to make tesseract-OCR recognize digits : can't > achieve to make this work with > > > https://img.sup

Re: [tesseract-ocr] Tesseract OCR LCD digits doesn't work

2022-06-24 Thread Hervé
Hi I just tried some, without real success could I learn digits from pictures ? maybe this font is not well recognized thanks Le vendredi 24 juin 2022 à 17:12:44 UTC+2, zdenop a écrit : > Did try to implement suggestion from documentation? > https://github.com/tesseract-ocr/tessdoc/blob/main/Im