SOTAVerified

Full Page Handwriting Recognition via Image to Sequence Extraction

2021-03-11Code Available2· sign in to hype

Sumeet S. Singh, Sergey Karayev

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a Neural Network based Handwritten Text Recognition (HTR) model architecture that can be trained to recognize full pages of handwritten or printed text without image segmentation. Being based on Image to Sequence architecture, it can extract text present in an image and then sequence it correctly without imposing any constraints regarding orientation, layout and size of text and non-text. Further, it can also be trained to generate auxiliary markup related to formatting, layout and content. We use character level vocabulary, thereby enabling language and terminology of any subject. The model achieves a new state-of-art in paragraph level recognition on the IAM dataset. When evaluated on scans of real world handwritten free form test answers - beset with curved and slanted lines, drawings, tables, math, chemistry and other symbols - it performs better than all commercially available HTR cloud APIs. It is deployed in production as part of a commercial web application.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IAMFPHR+Aug Paragraph Level (~145 dpi)CER6.3Unverified
IAMFPHR+Aug Line Level (~145 dpi)CER6.5Unverified
IAMFPHR Paragraph Level (~145 dpi)CER6.7Unverified

Reproductions