Skip to content

Commit cb96581

Browse files
committed
updated README
1 parent a5cb7b0 commit cb96581

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Or you can directly give it an IplImage like this:
3232

3333
image = cv.LoadImage("myimage.jpg")
3434
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

Comments
 (0)