R/docparser-package.R

#' Tools to Upload/Parse Documents to 'docparser' and Retrieve Extracted Results
#'
#' The 'docparser' (<https://docparser.com>) service enables users to visually
#' define extraction regions for documents then use a 'REST' 'API' endpoint
#' (<https://dev.docparser.com/>) to upload documents and retrieve parsed
#' results. Tools are provided to query available parsers, upload documents
#' and retrieved parsed results.
#'
#' - URL: <https://gitlab.com/hrbrmstr/docparser>
#' - BugReports: <https://gitlab.com/hrbrmstr/docparser/issues>
#'
#' @md
#' @name docparser
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import httr
#' @importFrom jsonlite fromJSON
NULL
hrbrmstr/docparser documentation built on May 18, 2019, 2:34 a.m.