Skip to content

Commit 33b95a9

Browse files
committed
Update
1 parent 7f8a86f commit 33b95a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ results = reader.decodeFile("barcode_image.jpg")
7171
for barcode in results:
7272
print(f"Format: {barcode.format}")
7373
print(f"Text: {barcode.text}")
74-
print(f"Location: ({barcode.x1}, {barcode.y1}) to ({barcode.x3}, {barcode.y3})")
74+
print(f"Location: ({barcode.x1}, {barcode.y1}), ({barcode.x2}, {barcode.y2}), ({barcode.x3}, {barcode.y3}), ({barcode.x4}, {barcode.y4})")
7575
```
7676
7777
### 🎥 Real-time Camera Processing

0 commit comments

Comments
 (0)