We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8a86f commit 33b95a9Copy full SHA for 33b95a9
README.md
@@ -71,7 +71,7 @@ results = reader.decodeFile("barcode_image.jpg")
71
for barcode in results:
72
print(f"Format: {barcode.format}")
73
print(f"Text: {barcode.text}")
74
- print(f"Location: ({barcode.x1}, {barcode.y1}) to ({barcode.x3}, {barcode.y3})")
+ print(f"Location: ({barcode.x1}, {barcode.y1}), ({barcode.x2}, {barcode.y2}), ({barcode.x3}, {barcode.y3}), ({barcode.x4}, {barcode.y4})")
75
```
76
77
### 🎥 Real-time Camera Processing
0 commit comments