List all processors available in a project
get_processors(proj_id = get_project_id(), loc = "eu", token = dai_token())
a GCS project id.
a two-letter region code; "eu" or "us".
an authentication token generated by dai_auth()
or
another auth function.
a dataframe.
For more information about processors, see the Google Document AI documentation at https://cloud.google.com/document-ai/docs/.
if (FALSE) {
df <- get_processors()
}