Extracts all the tables that Document AI (DAI) identified in an asynchronous processing request.

tables_from_dai_file(file)

Arguments

file

filepath of a JSON file obtained using dai_async_tab()

Value

a list of data frames

Examples

if (FALSE) {
tables <- tables_from_dai_file("document.json")
}