docs: minor adjustments

This commit is contained in:
James R. Barlow
2026-01-20 10:41:55 -08:00
parent d40fca2590
commit 4b16228a4a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -120,8 +120,8 @@ Please report issues on our [GitHub issues](https://github.com/ocrmypdf/OCRmyPDF
## Feature demo
```bash
# Add an OCR layer and convert to PDF/A
ocrmypdf input.pdf output.pdf
# Add an OCR layer and require PDF/A
ocrmypdf --output-type pdfa input.pdf output.pdf
# Convert an image to single page PDF
ocrmypdf input.jpg output.pdf
+1 -1
View File
@@ -109,7 +109,7 @@ official when it's tagged and posted to PyPI.
- Recommended: `ghostscript` (used to be Required)
- Optional: `verapdf` for fast PDF/A validation (new dependency)
- Requires: `fpdf2` for text layer rendering (new dependency)
- Recommended: `typer` with `cyclopts` in misc scripts (new dependency)
- Recommended: replace `typer` with `cyclopts` in misc scripts (new dependency)
- See docs/maintainers.md for details.
**Migration guide for plugin developers**