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 (Instructions copied from https://github.com/tesseract-ocr/tessdoc/blob/main/Compiling-%E2%80%93-GitInstallation.md)
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. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/df222295-b337-4e49-ab5b-8a768c876731n%40googlegroups.com.