Molbap HF staff commited on
Commit
89e48b1
1 Parent(s): 77be98f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 [pypdf](https://github.com/py-pdf/pypdf) .
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