0

有没有人尝试使用 Gosseract 编写 Go 代码并将其绑定到 Android?

我正在尝试将其存档,gomobile bind但出现以下错误:

$ gomobile bind  
gomobile: go build -buildmode=c-shared -o=/tmp/gomobile-work-1045436346/android/src/main/jniLibs/armeabi-v7a/libgojni.so ./gobind failed: exit status 2
# github.com/otiai10/gosseract
tessbridge.cpp:5:10: fatal error: 'tesseract/baseapi.h' file not found

欢迎所有想法,除了 Android 上的 Tesseract。我需要用 Go Lang 编写,并将其导入 Android 上的 Java。

我安装了所有依赖项:

ii  libtesseract-dev:amd64                     4.1.1-2build2                              amd64        Development files for the tesseract command line OCR tool
ii  libtesseract4:amd64                        4.1.1-2build2                              amd64        Tesseract OCR library
ii  tesseract-ocr                              4.1.1-2build2                              amd64        Tesseract command line OCR tool
ii  tesseract-ocr-eng                          1:4.00~git30-7274cfa-1                     all          tesseract-ocr language files for English
ii  tesseract-ocr-osd                          1:4.00~git30-7274cfa-1                     all          tesseract-ocr language files for script and orientation
4

0 回答 0