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

https://github.com/openbookpublishers/ace-docker

Run Accessibility Checker for EPUB (ACE) with Docker
https://github.com/openbookpublishers/ace-docker

accessibility ace daisy docker epub

Last synced: about 1 year ago
JSON representation

Run Accessibility Checker for EPUB (ACE) with Docker

Awesome Lists containing this project

README

          

# ace-docker

Docker container to run [DAISY ACE](https://daisy.github.io/ace/) epub accessibility checker.

ACE is run on the selected epub files and reports are stored in the `./output/` folder.

# Build
Build with:
$ `docker build . -t openbookpublishers/ace-docker`

# Run
Run with:
```
docker run --rm \
-v /path/to/local.epub:/ebook/file.epub \
-v /path/to/output:/ebook/output \
openbookpublishers/ace-docker
```