List ids of available processors of a given type
get_ids_by_type(
type,
proj_id = get_project_id(),
loc = "eu",
token = dai_token()
)
name of a processor type, e.g. "FORM_PARSER_PROCESSOR".
a GCS project id.
a two-letter region code; "eu" or "us".
an authentication token generated by
dai_auth()
or another auth function.
a vector of processor ids.
if (FALSE) { # \dontrun{
get_ids_by_type("OCR_PROCESSOR")
} # }