TextricatorWeb
Web UI for Textricator.
Building:
mvn install -Pdocker
Running:
With built-in PDFs:
docker run -p 4567:4567 mfj/textricator-web
- http://localhost:4567
With custom PDFS:
docker run -p 4567:4567 -v /path/to/pdfs:/pdfs mfj/textricator-web
- http://localhost:4567
PDFs in the directory /path/to/pdfs
will be available. The directory is not searched recursively.