jlli commited on
Commit
219014b
·
verified ·
1 Parent(s): 8680c61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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)