Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pacifiquem/opencv-extract-text-from-image

Using OpenCV and Tesseract to extract the reading from image as a text.
https://github.com/pacifiquem/opencv-extract-text-from-image

computer-vision opencv python

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# opencv-extract-text-from-image

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

## Installation

- **Clone this repository**

```shell
git clone https://github.com/pacifiquem/opencv-extract-text-from-image.git
```

- **Install libraries**

```shell
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.