Description Usage Arguments Value Examples
Retrieve results from parsed documents
1 2 3 | dp_results(doc_id, parser, format = c("object", "flat"),
include_children = TRUE,
docparser_api_key = Sys.getenv("DOCPARSER_API_KEY"))
|
doc_id |
a document ID from the web interface or as returned by
|
parser |
a parser id (which can be found via |
format |
one of " |
include_children |
If child documents were created during preprocessing
(e.g. when splitting documents), setting this parameter to |
docparser_api_key |
if not placed in the |
list
1 2 3 4 | ## Not run:
dp_results("484c4292ab3b324b7f2b60f3f2d3149f", "jcpfgqiexwky")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.