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: |

What is Secret Chats of Telegram

Secret Chats are one of the service’s additional security features; it allows messages to be sent with client-to-client encryption. This setup means that, unlike regular messages, these secret messages can only be accessed from the device’s that initiated and accepted the chat. Additionally, Telegram notes that secret chats leave no trace on the company’s services and offer a self-destruct timer.

GeekTips from jp


Telegram GeekTips
FROM USA