Telegram Group & Telegram Channel
mkdir output; parallel --tag -j 2 ocrmypdf -O 3 -s --skip-big .1 '{}' 'output/{}' ::: *.pdf


Batch PDF image optimization to reduce file sizes. Usually use level 2 but sometimes 3 is warranted as long as you don't have text in images then it looks bad. In these pdfs only the first two images look kinda bad but rest throughout the pdfs are just fine. File savings is great 2.5GB —> 1.4GB (44% overall reduction)



tg-me.com/geektips/932
Create:
Last Update:

mkdir output; parallel --tag -j 2 ocrmypdf -O 3 -s --skip-big .1 '{}' 'output/{}' ::: *.pdf


Batch PDF image optimization to reduce file sizes. Usually use level 2 but sometimes 3 is warranted as long as you don't have text in images then it looks bad. In these pdfs only the first two images look kinda bad but rest throughout the pdfs are just fine. File savings is great 2.5GB —> 1.4GB (44% overall reduction)

BY GeekTips




Share with your friend now:
tg-me.com/geektips/932

View MORE
Open in Telegram


GeekTips Telegram | DID YOU KNOW?

Date: |

Launched in 2013, Telegram allows users to broadcast messages to a following via “channels”, or create public and private groups that are simple for others to access. Users can also send and receive large data files, including text and zip files, directly via the app.The platform said it has more than 500m active users, and topped 1bn downloads in August, according to data from SensorTower.GeekTips from hk


Telegram GeekTips
FROM USA