term

OCR

Optical character recognition: turning a picture of text into editable text.

OCR finds letters and digits on an image and returns them as plain text. It is what makes the content of a photographed or scanned document searchable and editable.

How recognition works

The page is deskewed, separated from the background, split into lines and words, and each glyph is matched against known shapes for the selected language.

Related articles