mychen76 commited on
Commit
e28d8f5
1 Parent(s): 7043bde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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)