Re: [tesseract-ocr] Unable to build on macOS Mojave (10.14)

2024-01-23 Thread Benoît Mars
Yes, that's why I am stucked during the building. The dependency is added by homebrew when I am trying to update ffmpeg, and I cannot find the way to avoid it… Le jeudi 18 janvier 2024 à 21:31:11 UTC+1, tfmo...@gmail.com a écrit : > On Friday, January 12, 2024 at 8:44:28 AM UTC-5 zdenop wrote:

Re: [tesseract-ocr] Unable to build on macOS Mojave (10.14)

2024-01-23 Thread Zdenko Podobny
You can install tesseract without building & installing training tools. Anyway requesting tesseract as decendacy of ffmpeg makes no sense for me (and it is not listed at https://trac.ffmpeg.org/wiki/CompilationGuide/macOS). So something in homebrew should be fixed/setup correctly. Zdenko ut 2

Re: [tesseract-ocr] Miss lots of words in the detection

2024-01-23 Thread L ht
Hi Zdenko, Thanks. Your insights have been instrumental in helping me grasp the concepts behind Tesseract. I've been experimenting with various thresholding methods, such as Otsu (0), LeptonicaOtsu (1), and Sauvola (2), and I've noticed that they yield distinct outcomes when applied to my images.

Re: [tesseract-ocr] Unable to build on macOS Mojave (10.14)

2024-01-23 Thread Tom Morris
Anyway requesting tesseract as decendacy of ffmpeg makes no sense for me (and it is not listed at https://trac.ffmpeg.org/wiki/CompilationGuide/macOS). So something in homebrew should be fixed/setup correctly. I did a little investigation and discovered that this is principally a Homebrew

[tesseract-ocr] Fine Tuning

2024-01-23 Thread Simon
Hello everybody, I just finished fine tuning according to Ray's tutorial. I did the following steps: 1. I used tesstrain.sh to create training data and the starter traineddata. The training data consists of the eng.training_text with the multiple times added ± character. 2.