Skip to content

Commit 280fba7

Browse files
author
namrun
committed
Script to store the text in an image to a text file added
1 parent 5975918 commit 280fba7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Image_to_text/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Image to text
2+
- This script can be used to convert extract the text in an image and store it in a text file
3+
- The concept of Optical Character Recognition is used
4+
- The pytesseract module has been used for the same
5+
6+
## Working
7+
- Dependencies and Installs:
8+
- pip install pytesseract
9+
- To run the script :
10+
- python3 image-to-text.py "/path to image"
11+
12+
File renamed without changes.

0 commit comments

Comments
 (0)