How to Install tesseract-ocr in Ubuntu 18.04



Install tesseract-ocr by entering the following commands in the terminal:

sudo apt update
sudo apt install tesseract-ocr

Description:

Tesseract command line OCR tool

Tesseract is an open source Optical Character Recognition (OCR) Engine. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages. This package includes the command line tool.

Homepage: https://github.com/tesseract-ocr/

Version: 4.00~git2288-10f4998a-2

Section: universe/graphics