Download Latest Version v1.0.0 source code.tar.gz (3.6 MB)
Email in envelope

Get an email when there's a new version of DocTR

Home / v1.0.0
Name Modified Size InfoDownloads / 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 🛠

Bug Fixes

Improvements

Miscellaneous

New Contributors

Full Changelog: https://github.com/mindee/doctr/compare/v0.12.0...v1.0.0

Source: README.md, updated 2025-07-09