Vadzim Kashko commited on
Commit
a2a30a6
1 Parent(s): ebbcc87

docs: add script description

Browse files
Files changed (1) hide show
  1. ocr-barcodes-detection.py +8 -6
ocr-barcodes-detection.py CHANGED
@@ -11,12 +11,14 @@ year = {2023}
11
  """
12
 
13
  _DESCRIPTION = """\
14
- The Grocery Store Receipts Dataset is a collection of photos captured from various
15
- **grocery store receipts**. This dataset is specifically designed for tasks related to
16
- **Optical Character Recognition (OCR)** and is useful for retail.
17
- Each image in the dataset is accompanied by bounding box annotations, indicating the
18
- precise locations of specific text segments on the receipts. The text segments are
19
- categorized into four classes: **item, store, date_time and total**.
 
 
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