Update README.md
Browse files
README.md
CHANGED
@@ -113,6 +113,10 @@ outs2 = p2t.recognize('examples/mixed.jpg') # recognize mixed images
|
|
113 |
print(merge_line_texts(outs2))
|
114 |
```
|
115 |
|
|
|
|
|
|
|
|
|
116 |
|
117 |
## Performance / 性能
|
118 |
|
|
|
113 |
print(merge_line_texts(outs2))
|
114 |
```
|
115 |
|
116 |
+
### Method 3: Notebook
|
117 |
+
|
118 |
+
Just try Pix2Text with this notebook: [https://github.com/breezedeus/Pix2Text/blob/main/pix2text_v1_0.ipynb](https://github.com/breezedeus/Pix2Text/blob/main/pix2text_v1_0.ipynb).
|
119 |
+
|
120 |
|
121 |
## Performance / 性能
|
122 |
|