An open API service indexing awesome lists of open source software.

https://github.com/program--/activeforms

DoD PDF Forms Parser built with R + Shiny + Electron.
https://github.com/program--/activeforms

Last synced: 3 months ago
JSON representation

DoD PDF Forms Parser built with R + Shiny + Electron.

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ActiveForms

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/program--/ActiveForms/workflows/R-CMD-check/badge.svg)](https://github.com/program--/ActiveForms/actions)

**ActiveForms** is a DoD PDF forms parser built with R, Shiny, and Electron intended for Systems Administrators to easily apply configuration to networked devices
where manually reading forms would take *too much* time. For example, SAAR (DD 2875) forms for authorization of user accounts in Active Directory.

## Installation

You can install the developmental version of ActiveForms using `remotes`:

``` r
# install.packages("remotes")
remotes::install_github("program--/ActiveForms")
```

## Example

ActiveForms can be run by either the `Electron`-built desktop application or as a web service.
To run the web service, simply install ActiveForms and then call:

``` r
ActiveForms::run_app()
```