Datasets:
Tasks:
Image-to-Text
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -143,7 +143,7 @@ webdataset format are tailored towards multimodal machine learning at scale, spe
|
|
143 |
|
144 |
### Data, metadata and statistics.
|
145 |
|
146 |
-
Pdf files are coming from various sources. They are in RGB format, and contain multiple pages, and they can be rendered using the engine of your choice, here [
|
147 |
|
148 |
```python
|
149 |
from pdf2image import convert_from_bytes
|
|
|
143 |
|
144 |
### Data, metadata and statistics.
|
145 |
|
146 |
+
Pdf files are coming from various sources. They are in RGB format, and contain multiple pages, and they can be rendered using the engine of your choice, here [pdf2image](https://github.com/Belval/pdf2image) .
|
147 |
|
148 |
```python
|
149 |
from pdf2image import convert_from_bytes
|