Skip to content

Commit

Permalink
[docs] Add note about labeling tool to training section
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Jan 15, 2025
1 parent b0d2728 commit 3502d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.9.1
hooks:
- id: ruff
args: [ --fix ]
Expand Down
4 changes: 4 additions & 0 deletions docs/source/using_doctr/custom_models_training.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ For details on the training process and the necessary data and data format, refe
- `detection <https://github.com/mindee/doctr/tree/main/references/detection#readme>`_
- `recognition <https://github.com/mindee/doctr/tree/main/references/recognition#readme>`_

If you’re looking for a lightweight yet efficient tool to annotate small amounts of data, especially tailored for docTR,
check out the `docTR Labeling Tool <https://github.com/text2knowledge/docTR-Labeler>`_.
This tool makes it easy to create your own dataset for fine-tuning and optimizing your OCR models.

Loading your custom trained model
---------------------------------

Expand Down

0 comments on commit 3502d61

Please sign in to comment.