We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cb7b0 commit cb96581Copy full SHA for cb96581
README.md
@@ -32,3 +32,8 @@ Or you can directly give it an IplImage like this:
32
33
image = cv.LoadImage("myimage.jpg")
34
txt = pytesser.iplimage_to_string(image)
35
+
36
+Or give it a mat:
37
38
+ image = cv2.imwrite("myimage.jpg")
39
+ txt = pytesser.mat_to_string(image)
0 commit comments