Extracts all the tables that Document AI (DAI) identified in an asynchronous processing request.
tables_from_dai_file(file)
filepath of a JSON file obtained using dai_async_tab()
a list of data frames
if (FALSE) {
tables <- tables_from_dai_file("document.json")
}