This java library contains utility classes to validate OCR-D workspaces.
In order to build this library you'll need:
- Java SE Development Kit 8 or higher
# Build library
user@localhost:/home/user/ocrd_workspace/$./gradlew clean build
BUILD SUCCESSFUL in 5s
7 actionable tasks: 7 executed
As a result, a jar containing all the utility classes is created at 'build/libs/ocrd-workspace-0.1.0.jar'.
The library is licensed under the Apache License, Version 2.0.