Skip to content

Commit

Permalink
Add deprecation hint for frk to the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 9, 2024
1 parent 5d93445 commit 8e30872
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ These models only work with the LSTM OCR engine of Tesseract 4.
- Fine tuning/incremental training will **NOT** be possible from these `fast` models, as they are 8-bit integer.
- When using the models in this repository, only the new LSTM-based OCR engine is supported. The legacy `tesseract` engine is not supported with these files, so Tesseract's oem modes '0' and '2' won't work with them.

## Deprecated models

The former model `frk` has been renamed to `deu_latf` because the old name was never ISO compliant.
A symbolic link from deu_latf.traineddata to frk.traineddata may help to migrate from the old name to the new one.
However, all projects and distributions are encouraged to use only the new name.
The use of `frk` is deprecated and will not be supported in the future.

## Two types of models

The repository contains two types of models,
Expand Down

0 comments on commit 8e30872

Please sign in to comment.