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

2024-01-10 Thread Benoît Mars
I am trying to upgrade tesseract from 5.2.0 to 5.3.3 on macOS 10.14.6 via Homebrew (v 4.2.3). The build fails during the "make training" process with the following errors: Last 15 lines from /Users/benoitmars/Library/Logs/Homebrew/tesseract/03.make: src/training/unicharset_extractor.cpp:74:33:

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

2024-01-10 Thread Zdenko Podobny
... I am trying to upgrade tesseract from 5.2.0 to 5.3.3 on macOS 10.14.6 ... is unavailable: introduced in macOS 10.15 Upgrade? Zdenko st 10. 1. 2024 o 17:29 Benoît Mars napísal(a): > I am trying to upgrade tesseract from 5.2.0 to 5.3.3 on macOS 10.14.6 via > Homebrew (v 4.2.3). The build fa

Re: [tesseract-ocr] Using tesseract in node

2024-01-10 Thread Zdenko Podobny
Tesseract is not trained for handwritten text. Zdenko st 10. 1. 2024 o 7:02 Sandeep Shakya napísal(a): > import tesseract from "node-tesseract-ocr"; > import fs from "fs"; > > const img = fs.readFileSync("./src/extract_user_input/2.jpg"); > > const config = { > lang: "eng", > // oem: 1, >

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

2024-01-10 Thread Benoît Mars
Not possible on my 2012 Mac Pro, sadly… Le mercredi 10 janvier 2024 à 17:42:58 UTC+1, zdenop a écrit : > ... I am trying to upgrade tesseract from 5.2.0 to 5.3.3 on macOS 10.14.6 > ... is unavailable: introduced in macOS 10.15 > > Upgrade? > > Zdenko > > > st 10. 1. 2024 o 17:29 Benoît Mars nap