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-doctrThis 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
- [models] New crnn_vgg16_bn checkpoint by @felixdittrich92 in #1969
- [CI] Add windows to build ci jobs by @felixdittrich92 in #1981
Miscellaneous
- [misc] post release v0.12.0 by @felixT2K in #1965
- [misc/quality] Adjust imports by @felixdittrich92 in #1984
- [misc] Rename reference scripts & corr CI job paths by @felixdittrich92 in #1985
New Contributors
- @Tanmay20030516 made their first contribution in #1980
Full Changelog: v0.12.0...v1.0.0
