Skip to content

A simple program demonstrating the use of Tesseract with OpenCV

Notifications You must be signed in to change notification settings

animecomico/opencv-tesseract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arise ! For this matter is your responsibility, but we will be with you; be courageous and act. --Ezra10:4

Introduction

This simple program demonstrates using Tesseract OCR engine with OpenCV. The image is read using OpenCV functionalities while the OCR is done using Tesseract.

Usage

  1. install Tesseract, I found this link useful
  2. install OpenCV
  3. checkout the project and run make

Useful links

Checkout this snippet on how to use Tesseract and this snippet on how to use Tesseract with OpenCV.

About

A simple program demonstrating the use of Tesseract with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • Makefile 3.7%