Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pacifiquem/opencv-extract-text-from-image
- Owner: pacifiquem
- Created: 2023-01-14T16:50:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T18:53:54.000Z (9 months ago)
- Last Synced: 2024-05-02T05:05:53.670Z (6 months ago)
- Topics: computer-vision, opencv, python
- Language: Python
- Homepage:
- Size: 730 KB
- Stars: 8
- Watchers: 2
- 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.