powered by
List available versions of processor
get_processor_versions( proc_id, proj_id = get_project_id(), loc = "eu", token = dai_token() )
a dataframe.
a Document AI processor id.
a GCS project id.
a two-letter region code; "eu" or "us".
an authentication token generated by dai_auth() or another auth function.
dai_auth()
if (FALSE) { df <- get_processor_versions() df <- get_processor_versions(proc_id = get_processors()$id[1]) }
Run the code above in your browser using DataLab