CeleryMath
CeleryMath copied to clipboard
Another LaTex equation OCR tool based on ConvNeXt and Transformer
CeleryMath
Another LaTex OCR Project
Give me a star :star: if you like this project~
English | 简体中文

Usage
- Download prebuilt files from Release.
- Extract
celeryMah-weights-\*.zipandceleryMath-\*.zip - Move
Tokenizer.json、celeryMathEncoder.onnx、celeryMathDecoder.onnxtoconfdirectory. - Open
celeryMath.exeand Click settings to config path. - Have fun!
Build from source
Install python-poetry first
- clone repo and creat environment
git clone https://github.com/MODCT/CeleryMath.git
cd CeleryMath
poetry install
- build
poe build // using default settings, details canbe found in build.py
poe build -j 32 // multithread
NOTE
We take NO Responsibility for the OCR results, you can open an issue when you have any errors, users should take care and check the results carefully themselves.
TODO
- [ ] API
- [x] Desktop Deploy
- [x] ONNX
- [ ] Compile to module
- [x] Reduce package size
- [ ] Beam Search
Developers
Any suggestions and PRs are welcome.
Thanks
- Material Design Icons, https://fonts.google.com/icons
License
GPL-V3 Read More