You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install tesseract 5.3.0 in the rasperry and succeeded to run it from command line. But when I attempted to use the golang to run it, it always gave me the below error. What's the issue on it?
# command-line-arguments
~/go/pkg/mod/golang.org/[email protected]/pkg/tool/linux_arm64/link: running g++ failed: exit status 1
/usr/bin/ld: /usr/local/lib/libleptonica.a(zlibmem.c.o): undefined reference to symbol 'inflateEnd'
/usr/bin/ld: //lib/aarch64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
I install tesseract 5.3.0 in the rasperry and succeeded to run it from command line. But when I attempted to use the golang to run it, it always gave me the below error. What's the issue on it?
The text was updated successfully, but these errors were encountered: