diff --git a/README.md b/README.md index 93afd3e7..d44b88ad 100644 --- a/README.md +++ b/README.md @@ -39,19 +39,26 @@ docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:latest ``` -Don't need AI tools? The lite image is 1.5 GB instead of 11 GB: +Open http://localhost:1349 in your browser. + +
+Other image variants + +**Lite** - no AI tools, 1.5 GB instead of 11 GB: ```bash docker run -d -p 1349:1349 -v stirling-data:/data stirlingimage/stirling-image:lite ``` -Have an NVIDIA GPU? The CUDA image accelerates background removal, upscaling, and OCR: +**CUDA** - GPU-accelerated background removal, upscaling, and OCR (NVIDIA only): ```bash docker run -d -p 1349:1349 --gpus all -v stirling-data:/data stirlingimage/stirling-image:cuda ``` -Open http://localhost:1349 in your browser. +See [Docker Tags](https://stirling-image.github.io/stirling-image/guide/docker-tags) for details, benchmarks, and Docker Compose examples. + +
**Default credentials:** diff --git a/tests/fixtures/test-3page.pdf b/tests/fixtures/test-3page.pdf new file mode 100644 index 00000000..d8fff973 Binary files /dev/null and b/tests/fixtures/test-3page.pdf differ