get_entities | R Documentation |
Extracts entities Document AI (DAI) identified by a Document AI form parser processor.
get_entities(object, type = "sync")
object |
either a HTTP response object from
|
type |
one of "sync" or "async", depending on the function used to process the original document. |
a list of dataframes, one per page
## Not run:
entities <- get_entities(dai_sync("file.pdf"))
entities <- get_entities("file.json", type = "async")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.