TextricatorWeb is a web UI for Textricator.
TextricatorWeb, like Textricator is released under the GNU Affero General Public License Version 3.
mvn install -Pdocker
docker run -p 4567:4567 mfj/textricator-web
- http://localhost:4567
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.