Commit 254e8e6
committed
docs(readme): note Ghostscript dependency for full PDF/A-2b conformance
L2 from logical-beaming-brooks.md plan: the format table advertises
PDF/A-2b output, but the README never mentioned that full veraPDF
conformance requires Ghostscript. Self-hosters running the local-Python
install path could end up with markup-only PDF/A output that fails
veraPDF when the source has unembedded fonts.
Footnote on the PDF row + a one-paragraph note under the format table:
- Docker image bundles Ghostscript (no action needed)
- Local-Python installs follow docs/installation.md
- Markup-only fallback is the visible behaviour without it
No code change. The fallback path in app/converters/pdfa.py already
exists and structured-logs `mode=markup` vs `mode=rerender` so operators
can spot the gap; this just makes the dependency documented.1 parent d484744 commit 254e8e6
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
| |||
0 commit comments