We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d60f613 + d78514c commit 82121b1Copy full SHA for 82121b1
README.md
@@ -72,6 +72,8 @@ print(text)
72
|:---:|:---:|
73
| <img src="https://github.com/junhoyeo/BetterOCR/raw/main/.github/images/demo-1.png" width="500px" /> | <img src="https://github.com/junhoyeo/BetterOCR/raw/main/.github/images/boxes-0.png" width="500px" /> |
74
75
+Example Script: https://github.com/junhoyeo/BetterOCR/blob/main/examples/detect_boxes.py (Uses OpenCV and Matplotlib to draw rectangles)
76
+
77
```py
78
import betterocr
79
0 commit comments