tables_from_dai_response: Get tables from response object

View source: R/get_tables.R

tables_from_dai_responseR Documentation

Get tables from response object

Description

Extracts all the tables that Document AI (DAI) identified in a synchronous processing request.

Usage

tables_from_dai_response(object)

Arguments

object

an HTTP response object returned by dai_sync_tab()

Value

a list of data frames

Examples

## Not run: 
tables <- tables_from_dai_response(response)

## End(Not run)

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