Another LaTex OCR Project
喜欢的话点个Star ⭐ ~
- 前往Release下载最新版程序与模型。
- 解压文件。
- 将
Tokenizer.json
、celeryMathEncoder.onnx
、celeryMathDecoder.onnx
移动到conf
文件夹内。 - 打开
celeryMath.exe
配置路径。 - 设置完成即可使用。
本项目使用poetry进行包管理,请首先安装python-poetry
- 拉取代码并创建环境
git clone https://github.com/MODCT/CeleryMath.git
cd CeleryMath
poetry install
- 进行打包
poe build // 使用默认设置
poe build -j 32 // 启用多线程
本程序不保证识别结果的准确性,出现的错误可以提交Issue,使用者应该自行检查OCR结果。
- API
- Desktop Deploy
- ONNX
- Compile to module
- Reduce package size
- Beam Search
GPL-V3 Read More