docs: update to discuss some v15 features not yet documented

This commit is contained in:
James R. Barlow
2023-09-27 00:40:05 -07:00
parent 01bbf7d144
commit 890b994403
4 changed files with 35 additions and 11 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ Optimizations that always occurs
================================
OCRmyPDF will automatically replace obsolete or inferior compression schemes
such as RLE or LZW with superior schemes such as Deflate and converting
monochrome images to CCITT G4. Since this is harmless it always occurs and there
such as RLE or LZW with superior schemes such as Deflate, and convert
monochrome images to CCITT G4. Since this is lossless, it always occurs and there
is no way to disable it. Other non-image compressed objects are compressed as
well.