Hey y'all!
On my local machine (a Mac), I'm trying to download the version of Tesseract that is available on Google Colab. This is version 4.1.1. I downloaded the files from
https://github.com/tesseract-ocr/tesseract/releases/tag/4.1.1 and tried to run the following commands:
cd tesseract
./autogen.sh
./configure
make
sudo make install
sudo ldconfig
At the "make" stage, however, I see a lot of errors. First, there was this error 20 times: "In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:42:
../../version:1:1: error: expected unqualified-id
4.1.1".
ChatGPT recommended removing the version file; I did that and this error went away.
But then new errors started coming up (most of them around "member access into incomplete type 'Pixa' and 'Box' ").
I was expecting the installation of a popular software to not have these faults. Am I doing something wrong?
If we can't fix the bugs, can someone email me their tesseract 4.1.1 executable?
Thank You.
Best,
Evaan.