Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-09 | 2.0 kB | |
v1.0.0 source code.tar.gz | 2025-07-09 | 3.6 MB | |
v1.0.0 source code.zip | 2025-07-09 | 3.8 MB | |
Totals: 3 Items | 7.5 MB | 2 |
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:
:::bash
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 🛠
- [BREAKING] Drop TensorFlow backend by @felixT2K in https://github.com/mindee/doctr/pull/1967
Bug Fixes
- [bug] Fix viptr onnx export issue by @felixT2K in https://github.com/mindee/doctr/pull/1966
- [Fix] Correct condition for image dilation in orientation estimation by @Razlaw in https://github.com/mindee/doctr/pull/1971
Improvements
- [models] New crnn_vgg16_bn checkpoint by @felixdittrich92 in https://github.com/mindee/doctr/pull/1969
- [CI] Add windows to build ci jobs by @felixdittrich92 in https://github.com/mindee/doctr/pull/1981
Miscellaneous
- [misc] post release v0.12.0 by @felixT2K in https://github.com/mindee/doctr/pull/1965
- [misc/quality] Adjust imports by @felixdittrich92 in https://github.com/mindee/doctr/pull/1984
- [misc] Rename reference scripts & corr CI job paths by @felixdittrich92 in https://github.com/mindee/doctr/pull/1985
New Contributors
- @Tanmay20030516 made their first contribution in https://github.com/mindee/doctr/pull/1980
Full Changelog: https://github.com/mindee/doctr/compare/v0.12.0...v1.0.0