Image-to-Text
docTR
PyTorch
optical-character-recognition
text-recognition
scene-text-recognition
parseq
vision-transformer
Instructions to use rrainn/doctr-parseq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- docTR
How to use rrainn/doctr-parseq with docTR:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Document immutable PARSeq release revision
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ Load directly with docTR's native Hugging Face integration:
|
|
| 54 |
from doctr.models import from_hub, recognition_predictor
|
| 55 |
|
| 56 |
# Pin a repository commit in production for reproducible model resolution.
|
| 57 |
-
model = from_hub("rrainn/doctr-parseq", revision="
|
| 58 |
predictor = recognition_predictor(model)
|
| 59 |
```
|
| 60 |
|
|
|
|
| 54 |
from doctr.models import from_hub, recognition_predictor
|
| 55 |
|
| 56 |
# Pin a repository commit in production for reproducible model resolution.
|
| 57 |
+
model = from_hub("rrainn/doctr-parseq", revision="db17d8c3d1fe5a113177c52f8aa87f9e2bdfb3ea")
|
| 58 |
predictor = recognition_predictor(model)
|
| 59 |
```
|
| 60 |
|