ajanco commited on
Commit
bf423c5
1 Parent(s): 5828f96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -82,6 +82,7 @@ The dataset contains an entry for each image with the following fields:
82
  - abbyy_text: the text extracted from the predicted document segment using ABBY FineReader. Note that due to costs, only about 800 images have this data
83
  - tesseract_text: the text extracted from the predicted document segment using Tesseract.
84
  - vision_text: the text extracted from the predicted document segment using Google Vision.
 
85
 
86
  # Useage
87
 
 
82
  - abbyy_text: the text extracted from the predicted document segment using ABBY FineReader. Note that due to costs, only about 800 images have this data
83
  - tesseract_text: the text extracted from the predicted document segment using Tesseract.
84
  - vision_text: the text extracted from the predicted document segment using Google Vision.
85
+ - vision_labels: entities recognized by Google Vision in image blocks and separated by | (ex. Boating|Boat|Printmaking)
86
 
87
  # Useage
88