Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ The original dataset was modified to inserto fake sensor information in bottom o
|
|
15 |
## Usage
|
16 |
|
17 |
```python
|
|
|
18 |
dataset = load_dataset("famousdetectiveadrianmonk/sensor-ocr-benchmark")
|
19 |
example = dataset['train'][0]
|
20 |
img = example['pixel_values']
|
|
|
15 |
## Usage
|
16 |
|
17 |
```python
|
18 |
+
from datasets import load_dataset
|
19 |
dataset = load_dataset("famousdetectiveadrianmonk/sensor-ocr-benchmark")
|
20 |
example = dataset['train'][0]
|
21 |
img = example['pixel_values']
|