tables_from_dai_file: Get tables from output file

View source: R/get_tables.R

tables_from_dai_fileR Documentation

Get tables from output file

Description

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

Usage

tables_from_dai_file(file)

Arguments

file

filepath of a JSON file obtained using dai_async_tab()

Value

a list of data frames

Examples

## Not run: 
tables <- tables_from_dai_file("document.json")

## End(Not run)

daiR documentation built on Sept. 8, 2023, 5:43 p.m.