Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Deepshikha05/Text-Extraction-From-Image

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Extraction From Images

This project takes up a directory of jpg files and applies computer vision to them to extract text from the images.

Getting Started

To clone the repository to local machine, use git clone.

Prerequisites

You will need following packsges: For computer vision:

  1. numpy
  2. cv2
  3. imutils
  4. skimage

For Text Extraction:

  1. pytesseract
  2. pillow

Installing

For installing OpenCV, type following command in terminal

sudo apt-get install python-opencv

For numpy, pillow, imutils installation,

pip3 install numpy
pip3 install pillow
pip3 install imutils

Running the tests

To run the code, visit the directory where you have cloned the code and then type the following command to run it:

python3 image_text_extractor.py

About

Extracts Text out of Images using OpenCV and Pytesseract

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.