CDCgov / IDWA

Intelligent Data Workflow Automation
Apache License 2.0
1 stars 1 forks source link

Feed image segments into an offline OCR model #44

Closed zdeveloper closed 3 months ago

zdeveloper commented 4 months ago

Run OCR on the image segments outputted by the ImageSegmenter and output an dictionary with the following structure

{
 "label for the segment": "ocr output value"
}

Acceptance Criteria