Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
```python
|
| 3 |
def load_file(pickle_):
|
| 4 |
return pickle.loads(pickle_)
|
|
|
|
| 1 |
+
## Requrements:
|
| 2 |
+
You need install PIL, PdfPlumber to use this dataset
|
| 3 |
+
```bash
|
| 4 |
+
pip install PIL
|
| 5 |
+
pip install PdfPlumber
|
| 6 |
+
```
|
| 7 |
+
|
| 8 |
+
## Example usage:
|
| 9 |
```python
|
| 10 |
def load_file(pickle_):
|
| 11 |
return pickle.loads(pickle_)
|