The eBraille Checker is a conformance checker for eBraille publications. It can be run as a standalone command-line tool or used as a Java library.
This project is open source software, made by the DAISY Consortium. It is based on a fork of EPUBCheck, the official conformance checker for EPUB.
To build from the sources you need Java Development Kit (JDK) 1.7 or above and Apache Maven 3.0 or above installed.
Build and run tests:
$ mvn clean install
Will copy *.jar
files and packages to target/
folder...
The eBraille Checker is made available under the terms of the 3-Clause BSD License