github mindee/doctr v1.0.0

5 months ago

Note: docTR 1.0.0 requires python >= 3.10

What's Changed

Breaking Change

TensorFlow has been removed as a supported backend. docTR now comes with PyTorch as the default and only deep learning backend.

The installation options torch and tf have been removed. You can now install docTR simply with:

pip install python-doctr

This will install docTR with PyTorch support by default.

Training script filenames have been updated to remove backend-specific extensions. For example:

recognition/train_pytorch.py → recognition/train.py

New features

  • A new crnn_vgg16_bn checkpoint was added

What's Changed

Breaking Changes 🛠

Bug Fixes

  • [bug] Fix viptr onnx export issue by @felixT2K in #1966
  • [Fix] Correct condition for image dilation in orientation estimation by @Razlaw in #1971

Improvements

Miscellaneous

New Contributors

Full Changelog: v0.12.0...v1.0.0

Don't miss a new doctr release

NewReleases is sending notifications on new releases.