get_processors | R Documentation |
List created processors
get_processors(proj_id = get_project_id(), loc = "eu", token = dai_token())
proj_id |
a GCS project id. |
loc |
a two-letter region code; "eu" or "us". |
token |
an authentication token generated by |
Retrieves information about the processors that have been created in the current project and are ready for use. For more information about processors, see the Google Document AI documentation at https://cloud.google.com/document-ai/docs/.
a dataframe.
## Not run:
df <- get_processors()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.