R/inspect_output.R
text_from_dai_file.Rd
Extracts the text OCRed by Document AI (DAI) in an asynchronous processing request.
text_from_dai_file(file)
filepath of a JSON file obtained using dai_async()
dai_async()
a string
if (FALSE) { text <- text_from_dai_file("output.json") }