Pre-Fillling Extraction Form
Using SmartExtract API
smex.sendExtractDocumentRequest({
file,
fileName,
data: {
documentType,
assetType,
osPeriod,
pageRange,
},
})Using SmartExtractSimple API
const data = await smex.extractDocumentData({
session: {...},
file: fileDataUrl,
fileName: file.name,
data: {
documentType,
assetType,
osPeriod,
pageRange,
},
});Initial Form Data Options
Last updated