[tesseract-ocr] Can not install tesseract-ocr-devel/ubuntu.

2022-08-19 Thread Takato Hano
I try to intall and update tesseract-ocr-devel/ubuntu, but it is failed. Is anyone aware of an alternative package repository? ``` sudo add-apt-repository ppa:alex-p/tesseract-ocr-devel sudo apt update Ign:4 http://ppa.launchpad.net/alex-p/tesseract-ocr-devel/ubuntu kinetic InRelease Err:5 http

[tesseract-ocr] Re: Difference Between tesseract 4.0 vs 5.0

2022-08-19 Thread S J
Hi I am facing these error please check and help. On Tuesday, 9 August 2022 at 21:41:16 UTC+5:30 magr...@bt.iitr.ac.in wrote: > What are the differences between 4.0 and 5.0 in general but also how much > is accuracy improvement.? -- You received this message because you are subscribed to the

Re: [tesseract-ocr] Tesseract 3.04 error.

2022-08-19 Thread S J
Hi sir I am facing this error please help On Thursday, 17 September 2015 at 15:45:58 UTC+5:30 Nick White wrote: > On Wed, Sep 16, 2015 at 10:16:40PM +0530, ShreeDevi Kumar wrote: > > If you are having trouble using it with Java, Quan maybe able to suggest > a > > solution. > > I agree, this

[tesseract-ocr] Fail to differentiate capital letter I from number 1.

2022-08-19 Thread Lisa Ki
Hi guys, I am trying to extract text from some simple clips and it just keeps reading capital I into number 1. Does anyone have any suggestions? I have only added borders to the original images as code below: i = Image.open(ifp).convert('RGB') colour = [255, 255, 255] top, bottom, left, right =