Skip to content

Instantly share code, notes, and snippets.

@fish8
Last active February 4, 2021 03:51
Show Gist options
  • Save fish8/456d1fcd5ff6db124463a45a17d5f89c to your computer and use it in GitHub Desktop.
Save fish8/456d1fcd5ff6db124463a45a17d5f89c to your computer and use it in GitHub Desktop.
pdf ocr
# via Tesseract
pdfsandwich -lang chi_sim zgsy.pdf
#merging pages
pdftk A=zgsy.pdf B=zgsy_ocr.pdf cat A1 B2-27 A28 B29-57 A58 B59-140 A141 B142-end output zzz.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment