docs: add script description
Browse files
ocr-barcodes-detection.py
CHANGED
@@ -11,12 +11,14 @@ year = {2023}
|
|
11 |
"""
|
12 |
|
13 |
_DESCRIPTION = """\
|
14 |
-
The
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
"""
|
21 |
_NAME = "ocr-barcodes-detection"
|
22 |
|
|
|
11 |
"""
|
12 |
|
13 |
_DESCRIPTION = """\
|
14 |
+
The dataset consists of images of various grocery goods that have barcode labels.
|
15 |
+
Each image in the dataset is annotated with polygons around the barcode labels.
|
16 |
+
Additionally, Optical Character Recognition (**OCR**) has been performed on each
|
17 |
+
bounding box to extract the barcode numbers.
|
18 |
+
The dataset is particularly valuable for applications in *grocery retail, inventory
|
19 |
+
management, supply chain optimization, and automated checkout systems*. It serves as a
|
20 |
+
valuable resource for researchers, developers, and businesses working on barcode-related
|
21 |
+
projects in the retail and logistics domains.
|
22 |
"""
|
23 |
_NAME = "ocr-barcodes-detection"
|
24 |
|