Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,13 @@ dataset_info:
|
|
33 |
---
|
34 |
# Dataset Card for "invoices-and-receipts_ocr_v2"
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
33 |
---
|
34 |
# Dataset Card for "invoices-and-receipts_ocr_v2"
|
35 |
|
36 |
+
***Usage***
|
37 |
+
```
|
38 |
+
from datasets import load_dataset
|
39 |
+
|
40 |
+
dataset = load_dataset("mychen76/invoices-and-receipts_ocr_v2")
|
41 |
+
dataset
|
42 |
+
```
|
43 |
+
|
44 |
+
|
45 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|