-
Notifications
You must be signed in to change notification settings - Fork 32
Running Tests
pirhoo edited this page Jun 17, 2026
·
2 revisions
Run mvn test from the project directory to run the unit tests across both modules (extract-lib and extract-cli).
The tests will fail if you don't have Tesseract installed and accessible from your global PATH.
Extract can back its queue and report on several systems (Redis, a SQL database, AMQP, or in-memory). The Redis queue and report tests will be skipped if a Redis server isn't running on the default port and local loopback interface.
Using Extract
Developing