Re: [tesseract-ocr] Re: Using tesseract on browser page insufficient

2020-02-19 Thread Alexander Dietz
How to upgrade to the latest version of the software? I tried sudo apt-get update && sudo apt-get upgrade tesseract-ocr but got an error in that process, related to some other package. Any idea how to install the up-to-date version of tesseract instead? On Wednesday, February 19, 2020 at

[tesseract-ocr] Re: Using tesseract on browser page insufficient

2020-02-19 Thread Lakshay Saini
Hi, Yes, it will show that error because when you use engine and page seg. modes you need to use "--psm 11" instead of "-psm 11". Same goes with oem. Also, oem 11 does not exist. For example: tesseract "selection_911.png" "selection_991" pdf --psm 11 --oem 1 Or tesseract

Re: [tesseract-ocr] Re: Using tesseract on browser page insufficient

2020-02-19 Thread Shree Devi Kumar
You are using an old version of software. See https://tesseract-ocr.github.io/tessdoc/Home.html On Wed, Feb 19, 2020 at 10:47 PM Alexander Dietz wrote: > > > On Wednesday, February 19, 2020 at 5:45:09 PM UTC+1, Lakshay Saini wrote: >> >> Hello, >> >> It all depends on the image quality, that's

[tesseract-ocr] Re: Using tesseract on browser page insufficient

2020-02-19 Thread Alexander Dietz
On Wednesday, February 19, 2020 at 5:45:09 PM UTC+1, Lakshay Saini wrote: > > Hello, > > It all depends on the image quality, that's all. You can try using newer > version of tesseract. And also, you can try different psm and oem modes. > > For more information on the modes use: > tesseract

[tesseract-ocr] Using tesseract on browser page insufficient

2020-02-19 Thread Lakshay Saini
Hello, It all depends on the image quality, that's all. You can try using newer version of tesseract. And also, you can try different psm and oem modes. For more information on the modes use: tesseract --help-extra Regards Lakshay -- You received this message because you are subscribed to

[tesseract-ocr] Using tesseract on browser page insufficient

2020-02-19 Thread Alexander Dietz
Hello, I am trying to use tesseract (Tesseract Open Source OCR Engine v3.04.01 with Leptonica) on a screenshot from a browser screen. So the text/image is completely computer generated. However, I get insufficient results. The image is here and you can clearly read the text [image:

[tesseract-ocr] Table Detection using Tesseract

2020-02-19 Thread KOLLOL CHOWDHURY
Hi, Just wanted to know if there is any way to detect table using Tesseract(both with border and borderless).Like If its possible to train tesseract to recognise the table. TIA -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe