Skip to content

A Docker image that automatically checks grammar in PDF using the Arlington PDF Model. The verification output is a report containing all of the grammatical errors contained in your PDF.

Notifications You must be signed in to change notification settings

pdfix/action-validate-pdf-arlington-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validation with Arlington PDF Model

A Docker image that automatically checks grammar in PDF using the Arlington PDF Model. The verification output is a report containing all of the grammatical errors contained in your PDF.

Table of Contents

Getting Started

To use this Docker application, install the Docker on your system. If Docker is not installed, please follow the instructions on the official Docker website to install it.

Run using Command Line Interface

To run the Docker container as a CLI, you need to share the folder with the PDF files you wish to validate using the -i parameter. In this example, the current folder is used.

First run will pull the docker image, which may take some time. Make your own image for more advanced use.

docker run -v $(pwd):/data --rm -w /data/ pdfix/validate-pdf-arlington:latest validate -i <input>.pdf

Output as HTML

docker run -v $(pwd):/data --rm -w /data/ pdfix/validate-pdf-arlington:latest validate -i <input>.pdf -o index.html --format html

For more detailed information about the available command-line arguments, you can run the following command:

docker run --rm pdfix/validate-pdf-arlington:latest --help

Run OCR using REST API

Comming soon. Please contact us.

Exporting Configuration for Integration

To export the configuration JSON file, use the following command:

docker run -v $(pwd):/data --rm pdfix/validate-pdf-arlington:latest config -o config.json

License

TBD...

Help & Support

To obtain a PDFix SDK license or report an issue please contact us at support@pdfix.net. For more information visit https://pdfix.net

About

A Docker image that automatically checks grammar in PDF using the Arlington PDF Model. The verification output is a report containing all of the grammatical errors contained in your PDF.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published