You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official/yolo_qr/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ This repository provides samples demonstrating how to detect QR codes using **YO
47
47
48
48
#### QR Reading with Dynamsoft Barcode Reader
49
49
50
+

51
+
50
52
Below is a sample code snippet for reading QR codes with the Dynamsoft Barcode Reader:
51
53
52
54
```py
@@ -106,4 +108,4 @@ for item in items:
106
108
```
107
109
108
110
## Blog
109
-
[How to Detect and Decode QR Code with YOLO, OpenCV, and Dynamsoft Barcode Reader](https://www.dynamsoft.com/codepool/qr-code-detect-decode-yolo-opencv.html)
111
+
[How to Detect and Decode QR Code with YOLO, OpenCV, and Dynamsoft Barcode Reader](https://www.dynamsoft.com/codepool/qr-code-detect-decode-yolo-opencv.html)
0 commit comments