Skip to content

Releases: lukas-blecher/LaTeX-OCR

0.0.31

13 Apr 16:57
3bd6f9a
Compare
Choose a tag to compare
0.0.31 Pre-release
Pre-release

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.

  • Update GUI to PyQt6 (Fix for M1 and M2 OS X) by @JoepdeJong in #236
  • feat: add utf-8 support for reading README file by @llxlr in #201

New Contributors

Full Changelog: 0.0.29...0.0.31

0.0.29

25 Sep 16:29
fb70ef8
Compare
Choose a tag to compare
0.0.29 Pre-release
Pre-release

What's Changed

GUI and CLI improvements.

New Contributors

Full Changelog: 0.0.26...0.0.29

0.0.26

20 May 11:08
Compare
Choose a tag to compare
0.0.26 Pre-release
Pre-release

What's Changed

Mainly improved training

Full Changelog: 0.0.24...0.0.26

Breaking Changes

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

0.0.24

03 May 18:36
4172b0b
Compare
Choose a tag to compare
0.0.24 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.20...0.0.24

0.0.20

27 Apr 12:05
13d562a
Compare
Choose a tag to compare
0.0.20 Pre-release
Pre-release

What's Changed

  • Add Api by @lukas-blecher in #140
    The new functionality is built on new dependenciew. They can be installed by using the [api] or [all] tag when installing pix2tex[tag]
  • LaTeX-OCR/dataset to LaTeX-OCR/pix2tex/dataset by @TITC in #123
  • import problem by @TITC in #125
  • preprocessing file missing by @TITC in #135

Breaking Changes

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

Full Changelog: 0.0.4...0.0.20

0.0.4

13 Apr 14:35
db8c62b
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

What's Changed

  • Add desktop entry script for the GUI by @JCGoran in #34
  • 🔨 fix the image resize in pix2tex.call_model by @rainyl in #105
  • alpha bug fixes by @TITC in #112
  • [Feature] Add a cmdline option to use gnome-screenshot instead of pyqt to capture screenshots by @kxxt in #111
  • img has been cut off abnormally by @TITC in #119
  • Install via PyPI by @lukas-blecher in #121

New Contributors

Full Changelog: v0.0.1...0.0.4

No new model checkpoints. See first release.

Weights release

28 Oct 20:00
5db9d25
Compare
Choose a tag to compare
Weights release Pre-release
Pre-release

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.