| get_processor_versions | R Documentation | 
List available versions of processor
get_processor_versions(
  proc_id,
  proj_id = get_project_id(),
  loc = "eu",
  token = dai_token()
)
| proc_id | a Document AI processor id. | 
| proj_id | a GCS project id. | 
| loc | a two-letter region code; "eu" or "us". | 
| token | an authentication token generated by
 | 
a dataframe.
## Not run: 
df <- get_processor_versions()
df <- get_processor_versions(proc_id = get_processors()$id[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.