diff --git a/README.md b/README.md index 0b50a898e8b534374f49cd7c735e992369cd4b3a..87f1016eddc43af464f73341dbb26ede9d565325 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**