Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 668 Bytes

PDF workspace

CI - Nix Status

Nix environment and scripts around my PDF operations. Create PDF from images and apply OCR.

Mostly personal use for now.

Workflow

Assume there are some images in your directory

cd 'dir_having_images'
nix develop 'github:kachick/pdf-workspace'
pngquant --skip-if-larger --force --ext .png "img1.png" "img2.png"
imgs2pdf "img_dir" png jpn

Note