Update README.md
Browse files
README.md
CHANGED
@@ -25,3 +25,9 @@ configs:
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
- split: train
|
26 |
path: data/train-*
|
27 |
---
|
28 |
+
# HuCCPDF
|
29 |
+
Approximately 113k pages of Hungarian PDFs from the Common Crawl, as featured in our paper "Synthetic Document Question Answering in Hungarian". The `text` field is extracted using PyMuPDF, and the `ocr` field is extracted using pytesseract.
|
30 |
+
|
31 |
+
See other datasets from the paper:
|
32 |
+
- HuDocVQA (https://huggingface.co/datasets/jlli/HuDocVQA)
|
33 |
+
- HuDocVQA-manual (https://huggingface.co/datasets/jlli/HuDocVQA-manual)
|