Performing Multiple Extraction
SmartExtract also supports extracting multiple data sets from a single pdf/xlsx file. There might be cases when your documents may have say multiple operating statements or operating statements and rent rolls in a single file. In such cases you could choose to launch multiple independent SmartExtract sessions to extract multiple data sets or you could launch a single session to let your users extract multiple datasets from single file in one go.
Using SmartExtract API
With SmartExtract API you could pass the option to start a multi-extraction session while calling the startSession API
Using SmartExtractSimple API
With SmartExtract API you could pass the option to start a multi-extraction session while calling the extractDocumentData API
Last updated