Skip to main content

Retrieve details from an image

Retrieve details from an image.

Application

  • Intelligent Document Processing

Inputs (what you have)

NameDescriptionData TypeRequired?Example
ImageImage to retrieve details from. The supported file formats are: .pdf (1st page only), .gif, .tiff, .tif, .jpg, .jpeg, .png, .bmp, .webp.FileYes
Schema for extractionArray of field definitions for extractionList of objectsYes

Schema for extraction - Details

NameDescriptionData TypeRequired?Example
NameField key used in the schema for the extracted valueText(Short)Yesfull_name
DescriptionHuman-readable explanation of what should be extracted for this fieldText(Long)NoThe full name on the drivers license
Value typeData type expected for the value returned by this schema fieldPre-defined choiceYesString
Occurrence typeWhether this field is required and whether it allows single or multiple valuesPre-defined choiceYesRequired once

Outputs (what you get)

NameDescriptionData TypeRequired?Example
All image textAll of the text that was read from the imageText (Long)Yes
Image widthThe width of the provided image in pixelsNumber with decimalsYes
Image heightThe height of the provided image in pixelsNumber with decimalsYes
Schema to extract JSONA JSON Object that contains all details extracted from the image in the format of the provided schema to extractText (Long)No
Image text orientation degreesSpecific estimated orientation of image based on the angle of the text vs. upright.Number with decimalsNo
Bounding box of all textBounding box from the image that contains the pixel-based coordinates from the upper left-most text to the bottom right most text. In the format [x1, y1, x2, y2] in pixelsText (Short)No
Bounding box of schema to extract valuesBounding box from the image that contains the pixel-based coordinates from the upper left-most text identified in your schema to extract to the bottom right most text identified in your schema to extract. In the format [x1, y1, x2, y2] in pixelsText (Short)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A