Datasets:
Tasks:
Image-to-Text
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -110,6 +110,10 @@ from pdf2image import convert_from_bytes
|
|
110 |
pdf_first_page = convert_from_bytes(sample['pdf'], dpi=300, first_page=1, last_page=1)[0]
|
111 |
```
|
112 |
|
|
|
|
|
|
|
|
|
113 |
|
114 |
The metadata for each document has been formatted in this way. Each `pdf` is paired with a `json` file with the following structure. Entries have been shortened for readability.
|
115 |
```json
|
|
|
110 |
pdf_first_page = convert_from_bytes(sample['pdf'], dpi=300, first_page=1, last_page=1)[0]
|
111 |
```
|
112 |
|
113 |
+
<center>
|
114 |
+
<img src="https://huggingface.co/datasets/pixparse/pdfa-english-train/blob/main/doc_images/pdf_first_page.png" alt="Rendering of an image for a Grade 8 lesson plan" width="600" height="300">
|
115 |
+
<p><em></em></p>
|
116 |
+
</center>
|
117 |
|
118 |
The metadata for each document has been formatted in this way. Each `pdf` is paired with a `json` file with the following structure. Entries have been shortened for readability.
|
119 |
```json
|