[tesseract-ocr] tesseract giving wrong output

2022-05-10 Thread boyapally srikanth
Hi all. good evening ,i have been working on a project that i need to extract text from the live video stream ,the text i require is written as (TM10-50%L) but tesseract ocr giving it as like this [] ™0-50%L [ ]. below is the sample image I need output as TM10-50%L i did image processing o

[tesseract-ocr] OCR not behaving well on clean image | tessaract

2022-05-10 Thread boyapally srikanth
I have been working on project which involves extracting text from an image. I have researched that tesseract is one of the best libraries available and I decided to use the same along with opencv. Opencv is needed for image manipulation. I

Re: [tesseract-ocr] OCR not behaving well on clean image | tessaract

2022-05-10 Thread Zdenko Podobny
You need to crop text area: [image: 6itc_cleanup_cropped.jpg] tesseract 6itc_cleanup_cropped.jpg - --dpi 300 TH10-50%L Zdenko ut 10. 5. 2022 o 14:12 boyapally srikanth napísal(a): > > > I have been working on project which involves extracting

[tesseract-ocr] Is the OSD (Orientation and Script Detection) supported in LSTM mode?

2022-05-10 Thread Martin Brunecky
I can not find it anywhere in documentation, but the LSTM engine does not seem to support the (legacy engine) orientation and script detection. I recall some hints as to not supporting the script detection but nothing about orientation... I found that (using oem 1 = LSTM), the API call to OSDet