Pre-Fillling Extraction Form
Last updated
Last updated
The SmartExtract component shows an extraction form to collect required details from the user to correctly extract data from the document. At times you might already have this information present in the client application. To save users from re-filling or incorrectly filling this information you can pass data to be pre-filled in the data extraction form.
With SmartExtract API you can pass the initial form data with the API call.
Please check section below for more details
With SmartExtractSimple API you can pass the initial form data with the API call.
Following are the possible values that can be passed as part of the data
object to pre-fill the extraction form:
Parameter
Required
Type
Description
documentType
No
string
assetType
No
string
pageRange
No
[number, number]
Page range to extract data for a pdf file
osPeriod
No
[Date, Date]
Period range for operating statements
Please check section below for more details
One of
One of