LaTeX-OCR

pix2tex: Using a ViT to convert images of equations into LaTeX code.

MIT License

Downloads
4.3K
Stars
12.1K
Committers
19

Bot releases are visible (Hide)

LaTeX-OCR - 0.0.31 Latest Release

Published by lukas-blecher over 1 year ago

What's Changed

Big change (maybe breaking in your old environment) is moving away from PyQt5 to PyQt6. This will help with installation issues for M1 and M2 based systems.

New Contributors

Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/0.0.29...0.0.31

LaTeX-OCR - 0.0.29

Published by lukas-blecher about 2 years ago

What's Changed

GUI and CLI improvements.

New Contributors

Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/0.0.26...0.0.29

LaTeX-OCR - 0.0.26

Published by lukas-blecher over 2 years ago

What's Changed

Mainly improved training

Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/0.0.24...0.0.26

Breaking Changes

models.py moved into new module models.
Model class has forward moved to generate.

LaTeX-OCR - 0.0.24

Published by lukas-blecher over 2 years ago

What's Changed

Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/0.0.20...0.0.24

LaTeX-OCR - 0.0.20

Published by lukas-blecher over 2 years ago

What's Changed

Breaking Changes

Methods in cli.py initialize and call_model have been moved into a the class LatexOCR.

Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/0.0.4...0.0.20

LaTeX-OCR - 0.0.4

Published by lukas-blecher over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lukas-blecher/LaTeX-OCR/compare/v0.0.1...0.0.4

No new model checkpoints. See first release.

LaTeX-OCR - Weights release

Published by lukas-blecher almost 3 years ago

Transitioning the weights from Google Drive to GitHub.

  • weights contains the main network weights
  • image_resizer contains the weights for the resizing network (optional)

LICENSE
Since the model was trained on arxiv data the weights are released under CC BY-NC-SA.