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
- Host: GitHub
- URL: https://github.com/openbookpublishers/ace-docker
- Owner: OpenBookPublishers
- License: gpl-3.0
- Created: 2020-06-18T11:08:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T20:20:12.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T15:52:48.873Z (about 1 year ago)
- Topics: accessibility, ace, daisy, docker, epub
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```