Spaces:
Sleeping
Sleeping
Commit ·
52973d2
1
Parent(s): 89d9025
Push to hugging face
Browse files- .github/workflows/main.yml +1 -1
- README.md +1 -1
.github/workflows/main.yml
CHANGED
|
@@ -4,7 +4,7 @@ on:
|
|
| 4 |
branches:
|
| 5 |
- '**'
|
| 6 |
|
| 7 |
-
#
|
| 8 |
workflow_dispatch:
|
| 9 |
|
| 10 |
jobs:
|
|
|
|
| 4 |
branches:
|
| 5 |
- '**'
|
| 6 |
|
| 7 |
+
# To run this workflow manually from the Actions tab
|
| 8 |
workflow_dispatch:
|
| 9 |
|
| 10 |
jobs:
|
README.md
CHANGED
|
@@ -10,7 +10,7 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
# Deep-Barcode-Reader
|
| 12 |
This repository is used for reading different types of barcodes and QR codes from images.
|
| 13 |
-
The code is written in Python and uses OpenCV, Pyzbar
|
| 14 |
|
| 15 |
## How to Use
|
| 16 |
The library offers several functions for reading barcodes and QR codes from images.
|
|
|
|
| 10 |
---
|
| 11 |
# Deep-Barcode-Reader
|
| 12 |
This repository is used for reading different types of barcodes and QR codes from images.
|
| 13 |
+
The code is written in Python and uses OpenCV, Pyzbar and other libraries for reading barcodes and QR codes.
|
| 14 |
|
| 15 |
## How to Use
|
| 16 |
The library offers several functions for reading barcodes and QR codes from images.
|