Skip to content

Using OpenCV and Tesseract to extract the reading from image as a text.

Notifications You must be signed in to change notification settings

pacifiquem/opencv-extract-text-from-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv-extract-text-from-image

Using OpenCV and Tesseract to extract the reading from image as a text.

Installation

  • Clone this repository

    git clone https://github.com/pacifiquem/opencv-extract-text-from-image.git
  • Install libraries

    pip install -r requirements.txt

Usage

  • Edit Path to the Tesseract executable in main.py on line : 6
  • Run main.py file.

[!Important] Note: You can use different image by specifying path to that image in main.py on line: 20

LISENCE

This project is UNLICENSED since it's for learning purpose.

About

Using OpenCV and Tesseract to extract the reading from image as a text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages