#145 · Primary category: Computer Vision
SimpleHTR
Handwritten Text Recognition (HTR) system implemented with TensorFlow.
Project last updated:06/25/26
GitHub Stars
2.2K
Forks
916
Contributors
10
License
MIT
Why we included this project
SimpleHTR turns images of handwriting into plain text. It runs on TensorFlow and was trained on the IAM dataset, and it accepts either single-word crops or full text-line images, returning the recognized string with a confidence score. That makes it a practical fit for digitizing scanned documents or processing forms. The bundled pretrained weights work for inference right away, and you can also retrain on your own handwriting samples and choose among CTC decoders, including a dictionary-constrained word beam search that cuts errors on known vocabulary. The network is compact, roughly five CNN layers and two LSTM layers with CTC decoding, so it is much easier to study and adapt than most production OCR stacks, though you will probably want the companion HTRPipeline project once you need whole-page layout handling.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)