Closed leadinglydevelopment closed 1 year ago
same
@leadinglydevelopment @EnterNameHere7 which go version are you guys using?
Having same issue.
Same issue here. Cannot compile and just says "undefined: gosseract.NewClient". I'm using go get -t github.com/otiai10/gosseract/v2
per the readme.
Same here
+1
+1,Me too,go-version 1.19
i think problem is go make some bridge to C tesseract library, but our system haven't api headers needed to open client - need to install tesseract libraries
@zikkuratti any idea how to install tesseract libraries on windows? I followed the documents, but no luck.
Hi guys, thank you for raising the issue. Though we don't have much information about the condition to reproduce and couldn't provide an exact solution, please refer to this folder as examples to setup this software on several common platforms.
https://github.com/otiai10/gosseract/tree/main/test/runtimes
Hope it helps
我认为问题是要与 C tesseract 库建立一些桥梁,但我们的系统没有打开客户端所需的 api 标头 - 需要安装 tesseract 库
I did this and testseract is runnable, but still reporting an error
@zikkuratti any idea how to install tesseract libraries on windows? I followed the documents, but no luck.
i think tesseract docs be helpfull forget about go on this time, i try fix it soon now im make some python stuff here
Hi all,
This issue doesn't provide enough information for a deeper investigation or effective communicate on the thread.
Please provide more information as per the ISSUE_TEMPLATE
. If not, I will close this issue in next 3 days.
Thank you.
这个问题依旧没办法解决吗
import "C"
is reason
apt install gcc apt install g++
Summary