在 python 中使用 seshat
using seshat in python
我使用以下行安装了包 seshat,因为我不知道 cmake
。
pip install Seshat
但是现在,我只能运行它使用python。有人可以给我 python 代码来从图像中读取文本。如果没有,请给我 cmake 代码 从克隆的文件中安装 seshat。
我想使用用于识别手写数学符号的 Seshat。存储库的 link 是 https://github.com/falvaro/seshat
提前致谢。
当你 运行 pip install seshat
时,你安装这个 seshat : https://pypi.org/project/Seshat/ 用于实时聊天 windows
要使用 github 上的 Seshat:https://github.com/falvaro/seshat and is used to recognize handwritten maths symbols, you must follow the instructions given on https://github.com/falvaro/seshat#installation
如需使用,您必须按照 https://github.com/falvaro/seshat#example-of-usage
上的说明进行操作
pypi 上的 Seshat 和 github 上的 Seshat 不是同一个。
其实你要用的Seshat是不能用pip安装的
我使用以下行安装了包 seshat,因为我不知道 cmake
。
pip install Seshat
但是现在,我只能运行它使用python。有人可以给我 python 代码来从图像中读取文本。如果没有,请给我 cmake 代码 从克隆的文件中安装 seshat。
我想使用用于识别手写数学符号的 Seshat。存储库的 link 是 https://github.com/falvaro/seshat
提前致谢。
当你 运行 pip install seshat
时,你安装这个 seshat : https://pypi.org/project/Seshat/ 用于实时聊天 windows
要使用 github 上的 Seshat:https://github.com/falvaro/seshat and is used to recognize handwritten maths symbols, you must follow the instructions given on https://github.com/falvaro/seshat#installation
如需使用,您必须按照 https://github.com/falvaro/seshat#example-of-usage
上的说明进行操作pypi 上的 Seshat 和 github 上的 Seshat 不是同一个。
其实你要用的Seshat是不能用pip安装的