FAQ: Build a Handwritten Text Recognition System using TensorFlow

Harald Scheidl
Towards Data Science
5 min readSep 13, 2018

--

This article is a follow-up of the article about how to implement a text recognition model using TensorFlow. It is based on an older code version of the SimpleHTR repository.

There were some questions which I want to discuss here. Let’s have a look at the following three ones:

  1. How to recognize text in your images/datasets?

--

--