[tesseract-ocr] Creating Starter Traineddata

2024-01-18 Thread Simon
Hello everybody, I have a question regarding "Fine Tuning +- a few characters". In general the instructions on https://tesseract-ocr.github.io/tessdoc/tess4/TrainingTesseract-4.00.html#fine-tuning-for--a-few-characters say that you have to make a starter traineddata from the unicharset, but

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

2024-01-18 Thread Tom Morris
On Friday, January 12, 2024 at 8:44:28 AM UTC-5 zdenop wrote: I also wonder why the tesseract build process did not stop during configuration process as there should be tests for C++17... Mojave has the C++17 compiler support, so the compiler check succeeds, but the stdlib implementation is mi