Sends a single document to the Google Cloud Services (GCS)
Document AI v1 API for synchronous (immediate) processing. Returns a
HTTP response object containing the OCRed text and additional data.
one of 1) a processor version name, 2) "stable" for the
latest processor from the stable channel, or 3) "rc" for the latest
processor from the release candidate channel.
skip_rev
whether to skip human review; "true" or "false".
loc
a two-letter region code; "eu" or "us".
token
an authentication token generated by dai_auth() or
another auth function.
Details
Requires a GCS access token and some configuration of the
.Renviron file; see package vignettes for details.Input files can be in
either .pdf, .bmp, .gif, .jpeg, .jpg, .png, or .tiff format. PDF files
can be up to five pages long. Extract the text from the response object with
text_from_dai_response(). Inspect the entire response object with
httr::content().