We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691e055 commit 74b0ec6Copy full SHA for 74b0ec6
README.md
@@ -2,3 +2,11 @@
2
Extract text and its region from image using openCv
3
4
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