Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 922 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 922 Bytes

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.