Found via `codespell -S tests,LICENSES -L flate`
This commit is contained in:
Kian-Meng Ang
2023-03-29 21:57:32 -07:00
committed by GitHub
parent 8a5f94988a
commit ba10c5345b
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ def filter_page_image(page: PageContext, image_filename: Path) -> Path:
to enforce these constraints; it is up to the plugin to do sensible things.
OCRmyPDF will create the PDF page based on the image format used (unless the
hook is overriden). If you convert the image to a JPEG, the output page will
hook is overridden). If you convert the image to a JPEG, the output page will
be created as a JPEG, etc. If you change the colorspace, that change will be
kept. Note that the OCRmyPDF image optimization stage, if enabled, may
ultimately chose a different format.