R/inspect_output.R
text_from_dai_file.Rd
This function extracts the text element of a json output file generated by Google Document AI.
text_from_dai_file(file)
filepath of a json file from DAI
a string.
if (FALSE) { text <- text_from_dai_file("output.json") }