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: 9 months ago
JSON representation
Using OpenCV and Tesseract to extract the reading from image as a text.
- Host: GitHub
- URL: https://github.com/pacifiquem/opencv-extract-text-from-image
- Owner: pacifiquem
- Created: 2023-01-14T16:50:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T18:53:54.000Z (over 2 years ago)
- Last Synced: 2025-05-07T05:49:15.687Z (about 1 year ago)
- Topics: computer-vision, opencv, python
- Language: Python
- Homepage:
- Size: 730 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.