Description Usage Arguments Value Examples
View source: R/inspect_output.R
Extracts the text OCRed by Document AI (DAI) in a synchronous processing request.
1 | text_from_dai_response(response)
|
response |
an HTTP response object returned by |
a string
1 2 3 4 | ## Not run:
text <- text_from_dai_response(response)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.