Extract data-list from image
Description
Uploads a screenshot and runs the element detection on the server and outputs the bounding boxes of the table elements detected. Element detections are read with OCR and output as a data-list
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Image path | text | link-manual | true | The image that contains a table filled with data. |
| Fields | data-field | link-manual | true | The fields that exists inside of the table |
Scenarios
- The user wants to read all the text inside of an image to a data-list
Use case
Experienced tips
- If you do not specify the
Image path, the process will stop and provide you with the following error.The "path" argument must be of type string. Received type object
Search Tags
Extract table data from image