Performing Multiple Extraction
Using SmartExtract API
smex.startSession(
// the DOM element on which iframe should be mounted
// e.g. document.getElementById('iframeWrapper'),
mountNode,
// The auth token you obtained after hitting the
// authentication API,
sessionAuthToken,
// options, (optional)
{
// optional css classes to be applied to the iframe
iframeClass: '<css classses to be applied to the iframe>',
// start a mult-extraction session
multiple: true,
}
);Using SmartExtractSimple API
Last updated