abdoelsayed commited on
Commit
89a96c8
1 Parent(s): 6508f6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -8,7 +8,6 @@ language:
8
  size_categories:
9
  - 10K<n<100K
10
  ---
11
-
12
  # [CORU: Comprehensive Post-OCR Parsing and Receipt Understanding Dataset]()
13
 
14
  In the fields of Optical Character Recognition (OCR) and Natural Language Processing (NLP), integrating multilingual capabilities remains a critical challenge, especially when considering languages with complex scripts such as Arabic. This paper introduces the Comprehensive Post-OCR Parsing and Receipt Understanding Dataset (CORU), a novel dataset specifically designed to enhance OCR and information extraction from receipts in multilingual contexts involving Arabic and English. CORU consists of over 20,000 annotated receipts from diverse retail settings in Egypt, including supermarkets and clothing stores, alongside 30,000 annotated images for OCR that were utilized to recognize each detected line, and 10,000 items annotated for detailed information extraction. These annotations capture essential details such as merchant names, item descriptions, total prices, receipt numbers, and dates. They are structured to support three primary computational tasks: object detection, OCR, and information extraction. We establish the baseline performance for a range of models on CORU to evaluate the effectiveness of traditional methods, like Tesseract OCR, and more advanced neural network-based approaches. These baselines are crucial for processing the complex and noisy document layouts typical of real-world receipts and for advancing the state of automated multilingual document processing.
@@ -40,17 +39,17 @@ Here are five examples from the dataset, showcasing the variety of receipts incl
40
 
41
  ## Download Links
42
  ### Key Information Detection
43
- - **Training Set**:
44
- - **Validation Set**:
45
- - **Test Set**:
46
  ### OCR Dataset
47
- - **Training Set**:
48
- - **Validation Set**:
49
- - **Test Set**:
50
  ### Item Information Extraction
51
- - **Training Set**:
52
- - **Validation Set**:
53
- - **Test Set**:
54
  ## Citation
55
 
56
  If you find these codes or data useful, please consider citing our paper as:
 
8
  size_categories:
9
  - 10K<n<100K
10
  ---
 
11
  # [CORU: Comprehensive Post-OCR Parsing and Receipt Understanding Dataset]()
12
 
13
  In the fields of Optical Character Recognition (OCR) and Natural Language Processing (NLP), integrating multilingual capabilities remains a critical challenge, especially when considering languages with complex scripts such as Arabic. This paper introduces the Comprehensive Post-OCR Parsing and Receipt Understanding Dataset (CORU), a novel dataset specifically designed to enhance OCR and information extraction from receipts in multilingual contexts involving Arabic and English. CORU consists of over 20,000 annotated receipts from diverse retail settings in Egypt, including supermarkets and clothing stores, alongside 30,000 annotated images for OCR that were utilized to recognize each detected line, and 10,000 items annotated for detailed information extraction. These annotations capture essential details such as merchant names, item descriptions, total prices, receipt numbers, and dates. They are structured to support three primary computational tasks: object detection, OCR, and information extraction. We establish the baseline performance for a range of models on CORU to evaluate the effectiveness of traditional methods, like Tesseract OCR, and more advanced neural network-based approaches. These baselines are crucial for processing the complex and noisy document layouts typical of real-world receipts and for advancing the state of automated multilingual document processing.
 
39
 
40
  ## Download Links
41
  ### Key Information Detection
42
+ - **Training Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/Receipt/train.zip?download=true)
43
+ - **Validation Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/Receipt/val.zip?download=true)
44
+ - **Test Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/Receipt/test.zip?download=true)
45
  ### OCR Dataset
46
+ - **Training Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/OCR/train.zip?download=true)
47
+ - **Validation Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/OCR/val.zip?download=true)
48
+ - **Test Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/OCR/test.zip?download=true)
49
  ### Item Information Extraction
50
+ - **Training Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/IE/train.csv?download=true)
51
+ - **Validation Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/IE/val.csv?download=true)
52
+ - **Test Set**: [Download](https://huggingface.co/datasets/abdoelsayed/CORU/resolve/main/IE/test.csv?download=true)
53
  ## Citation
54
 
55
  If you find these codes or data useful, please consider citing our paper as: