s3f4
s3f4
> > > > This brought me to a different error message instead: > > ``` > /opt/homebrew/Cellar/go/1.21.0/libexec/pkg/tool/darwin_arm64/link: running c++ failed: exit status 1 > ld: library not found for...
I found the solution, remove leptonica and tesseract and build from below commands `wget http://www.leptonica.org/source/leptonica-1.78.0.tar.gz` `tar -xzvf leptonica-1.78.0.tar.gz` `cd leptonica-1.78.0` `./configure` `make && make install` `git clone https://github.com/tesseract-ocr/tesseract.git` `cd tesseract`...
> @s3f4 Can you please provide the procedure to remove leptonica and tesseract ? > > Thank you Hi @dr-sharon I had installed these via brew package manager on Macosx...