You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, I want to reduce the file size of the output PDF, especially when force-ocr produces a file much larger than the input PDF. For this, the currently recommended option is to use --optimize 2 or --optimize 3. These options indeed produce a smaller file size. However, they also use pngquant to quantize the colors. But, sometimes, accurate color reproduction is important to me and quantization causes the colors in the output to differ from the input.
So, I would request you to add a switch to disable color quantization even when --optimize 2 or --optimize 3 are used.
The text was updated successfully, but these errors were encountered:
Describe the proposed feature
Sometimes, I want to reduce the file size of the output PDF, especially when force-ocr produces a file much larger than the input PDF. For this, the currently recommended option is to use
--optimize 2
or--optimize 3
. These options indeed produce a smaller file size. However, they also use pngquant to quantize the colors. But, sometimes, accurate color reproduction is important to me and quantization causes the colors in the output to differ from the input.So, I would request you to add a switch to disable color quantization even when
--optimize 2
or--optimize 3
are used.The text was updated successfully, but these errors were encountered: