Skip to content

Commit 74b0ec6

Browse files
authored
Update README.md
1 parent 691e055 commit 74b0ec6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
Extract text and its region from image using openCv
33

44
I dont actively support this code its just a simple implementation of the project.
5+
6+
--Run--
7+
1. To run the code you need python and opencv installed on ur system.
8+
2.and then u can run the code simply by typing
9+
windows,ubuntu -- python filename.py
10+
3. I have given different image as the test file, to check each image u can change the filename in the source file
11+
12+
image = cv2.imread('test.jpg')

0 commit comments

Comments
 (0)