docparser

Tools to Upload/Parse Documents to 'docparser' and Retrieve Extracted Results

Description

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.

What's Inside The Tin

The following functions are implemented:

Installation

devtools::install_github("hrbrmstr/docparser")
options(width=120)

Usage

library(docparser)

# current verison
packageVersion("docparser")
dp_parsers()
str(
  dp_results("484c4292ab3b324b7f2b60f3f2d3149f", "jcpfgqiexwky")
)


hrbrmstr/docparser documentation built on May 18, 2019, 2:34 a.m.