OCRSchema
Type: objectNo Additional Properties
Words
Type: arrayList of recognized words with their bounding boxes, content, direction, and scores
No Additional ItemsEach item of this array must be:
WordPrediction
Type: objectNo Additional Properties
Points
Type: array of arrayBounding box of the word in the format [[x1, y1], [x2, y2], [x3, y3], [x4, y4]]
Must contain a minimum of 4
items
Must contain a maximum of 4
items
Each item of this array must be:
Type: array of integer
Must contain a minimum of 2
items
Must contain a maximum of 2
items
Each item of this array must be:
Type: integer
Content
Type: stringText content of the word
Direction
Type: stringText direction, e.g., 'horizontal' or 'vertical'
Rec Score
Type: numberConfidence score of the word recognition
Det Score
Type: numberConfidence score of the word detection