Re: [tesseract-ocr] Getting segmentation fault when trying to train the Tesseract on a new font

2022-08-14 Thread Zdenko Podobny
try to follow official training docs: https://tesseract-ocr.github.io/tessdoc/#training-for-tesseract-5 Zdenko ne 14. 8. 2022 o 7:59 Benjamin Hall napísal(a): > I am using tesseract (Pytesseract to be exact)on a video and I am trying > to get better detections buy trying to train the tesseract

[tesseract-ocr] --user-patterns not working with tesseract 5.2.0.20220712

2022-08-14 Thread Louis D
I'm using pytesseract with tesseract 5.2.0.20220712 to try to read a float number from an image. Here is the image I'm trying to read : [image: help.png] When using tesseract with the config "'--psm 7 --user-patterns "D:\PyCharmProjects\SpiralBattle\patterns.txt"'", it returns "4.43003" instead

[tesseract-ocr] Re: --user-patterns not working with tesseract 5.2.0.20220712

2022-08-14 Thread 'Yunlong Liu' via tesseract-ocr
I also encountered the same issue with release 5.2 On Monday, August 15, 2022 at 1:55:49 AM UTC+8 louisd...@gmail.com wrote: > I'm using pytesseract with tesseract 5.2.0.20220712 to try to read a float > number from an image. > Here is the image I'm trying to read : > [image: help.png] > When u

Re: [tesseract-ocr] Getting segmentation fault when trying to train the Tesseract on a new font

2022-08-14 Thread Benjamin Hall
OK! Thank You! On Sun, Aug 14, 2022 at 9:50 AM Zdenko Podobny wrote: > try to follow official training docs: > https://tesseract-ocr.github.io/tessdoc/#training-for-tesseract-5 > > Zdenko > > > ne 14. 8. 2022 o 7:59 Benjamin Hall > napísal(a): > >> I am using tesseract (Pytesseract to be exac

Re: [tesseract-ocr] Re: --user-patterns not working with tesseract 5.2.0.20220712

2022-08-14 Thread Benjamin Hall
*I also encountered the same issue with release 5.2* Did you ever find the reason why? *The pattern worked two or three times with similar images but now it doesn't work anymore for some reason.* *Does anyone know why it broke ?* Just learning Tesseract now and have not experimented with regex pa