diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ecb6fc47e..90a21f06b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ] diff --git a/docs/source/using_doctr/custom_models_training.rst b/docs/source/using_doctr/custom_models_training.rst index c70eeb7c4..eff812fed 100644 --- a/docs/source/using_doctr/custom_models_training.rst +++ b/docs/source/using_doctr/custom_models_training.rst @@ -7,6 +7,10 @@ For details on the training process and the necessary data and data format, refe - `detection `_ - `recognition `_ +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 `_. +This tool makes it easy to create your own dataset for fine-tuning and optimizing your OCR models. + Loading your custom trained model ---------------------------------