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
Using unpaper flags such as --clean and --clean-final
Specifying image DPI such as --image-dpi 300 (for testing purposes only)
An example PDF i use is 1.7MB in size. When running ocrmypdf, it shrinks to 0.6MB.
Below is an illustration of the problem. The upper text line is from the input PDF i use. The lower text line is from the output PDF. There are some heavy (compression?) artifacts around the text.
What am I missing? Ideally I would like the images to remain untouched in the output PDF.
The text was updated successfully, but these errors were encountered:
I am using ocrmypdf 13.4.4.post1+g603da520 like so:
ocrmypdf --optimize 0 input.pdf output.pdf
The OCR works fine, but the image quality of the output PDF is a lot worse than the quality of the input PDF.
I tried:
--clean
and--clean-final
--image-dpi 300
(for testing purposes only)An example PDF i use is 1.7MB in size. When running
ocrmypdf
, it shrinks to 0.6MB.Below is an illustration of the problem. The upper text line is from the input PDF i use. The lower text line is from the output PDF. There are some heavy (compression?) artifacts around the text.
What am I missing? Ideally I would like the images to remain untouched in the output PDF.
The text was updated successfully, but these errors were encountered: