You should submit both document pages within a single transaction, as in the example below. Please mark every separate page image with a different page index value(PageIndex). The transaction will be processed as usual. When the results are ready, the XML or JSON structure will contain a list with the results in accordance with the requested result type (for each page).
[
{ "Base64ImageString": "base64 string",
"Format": ".jpg",
"LightIndex": 6,
"PageIndex": 0
},
{ "Base64ImageString": "base64 string",
"Format": ".jpg",
"LightIndex": 6,
"PageIndex": 1
}
]
Comments
Please sign in to leave a comment.