From 77d2a05bc2a47d07d319392d3fc0edc60e2778f2 Mon Sep 17 00:00:00 2001 From: Harald Scheidl <harald@newpc.com> Date: Thu, 27 Apr 2023 18:03:46 +0200 Subject: [PATCH] added link to demo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b50a89..87f1016 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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 2023/2: a [web demo](https://githubharald.github.io/text_reader.html) is available** +* **Update 2023/1: see [HTRPipeline](https://github.com/githubharald/HTRPipeline) for a package to read full pages** * **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