我正在尝试使用android ML Kit文本识别库进行文本识别,但在运行时遇到错误,没有返回任何文本。错误: W/TextNativeHandle: Native handle not yet available. Reverting to no-op handle.
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite.ocr not found.
I/DynamiteModule: Considering local module com.google.and
我下载了tesseract-OCR的可执行文件并安装了它。另一方面,我还从下载了一个轻子子的压缩文件。它包括两个目录,即lib和include。
接下来,我尝试在python虚拟环境中执行pip install tesserocr,然后它返回了错误。
tesserocr.cpp(460) : fatal error C1083: Cannot open include file: 'leptonica/allheaders.h': No such file or directory
我注意到,allheaders.h位于我之前下载的轻子文件的include目录中。我该怎么解决