{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "# Text Recognition Algorithm Theory\n", "\n", "This chapter mainly introduces the theoretical knowledge of text recognition algorithms, including background introduction, algorithm classification and some classic paper ideas.\n", "\n", "Through the study of this chapter, you can master:\n", "\n", "1. The goal of text recognition\n", "\n", "2. Classification of text recognition algorithms\n", "\n", "3. Typical ideas of various algorithms\n", "\n", "\n", "## 1 Background Introduction\n", "\n", "Text recognition is a subtask of OCR (Optical Character Recognition), and its task is to recognize the text content of a fixed area. In the two-stage method of OCR, it is followed by text detection and converts image information into text information.\n", "\n", "Specifically, the model inputs a positioned text line, and the model predicts the text content and confidence level in the picture. The visualization results are shown in the following figure:\n", "\n", "