Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.42 KB

README_CN.md

File metadata and controls

56 lines (41 loc) · 1.42 KB

CeleryMath

Another LaTex OCR Project

喜欢的话点个Star ⭐ ~

English | 简体中文

images/cmpreview.gif

使用说明

  1. 前往Release下载最新版程序与模型。
  2. 解压文件。
  3. Tokenizer.jsonceleryMathEncoder.onnxceleryMathDecoder.onnx 移动到 conf 文件夹内。
  4. 打开 celeryMath.exe 配置路径。
  5. 设置完成即可使用。

从源代码打包

本项目使用poetry进行包管理,请首先安装python-poetry

  1. 拉取代码并创建环境
git clone https://github.com/MODCT/CeleryMath.git
cd CeleryMath
poetry install
  1. 进行打包
poe build  // 使用默认设置
poe build -j 32  // 启用多线程

免责声明

本程序不保证识别结果的准确性,出现的错误可以提交Issue,使用者应该自行检查OCR结果。

TODO

  • API
  • Desktop Deploy
  • ONNX
  • Compile to module
  • Reduce package size
  • Beam Search

License

GPL-V3 Read More