File size: 1,139 Bytes
d3067ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

# PakDocling ERQA Sample

## About

This dataset is a sample dataset developed for the PakDocling project.

It is intended for research and development of document intelligence,
OCR, information extraction, and question-answering systems for
Pakistani documents.

## Team Usage

This dataset is maintained as part of our team project.

Team members are expected to use the dataset for:

- OCR development
- Document understanding
- Information extraction
- Dataset experimentation
- Model evaluation

## Dataset Structure

The dataset contains structured information associated with document
images and corresponding annotations.

### Fields

| Field | Description |
|---|---|
| `image` | Document image |
| `question` | Question associated with the document |
| `answer` | Expected answer |
| `question_type` | Type/category of question |
| `visual_indices` | Relevant visual/image indices |

## Intended Use

The dataset is intended for academic and research purposes, particularly
for developing document intelligence systems for Pakistani documents.

## Notes

This repository is a sample dataset for development and experimentation.