Skip to content

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).

OCR

The tests will fail if you don't have Tesseract installed and accessible from your global PATH.

Queueing and Reporting

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.

Clone this wiki locally