From 2c14ec8e2c4886539cdc0805035aa323f923659e Mon Sep 17 00:00:00 2001 From: Harald Scheidl <harald@newpc.com> Date: Tue, 28 Mar 2023 18:55:12 +0200 Subject: [PATCH] added link to repo that uses this model --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f01ea0..0b50a89 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Handwritten Text Recognition with TensorFlow +* **Update 2023: see [HTRPipeline](https://github.com/githubharald/HTRPipeline) for a package to read full pages using this model** * **Update 2021/2: recognize text on line level (multiple words)** * **Update 2021/1: more robust model, faster dataloader, word beam search decoder also available for Windows** * **Update 2020: code is compatible with TF2** -- GitLab