Last active
February 4, 2021 03:51
-
-
Save fish8/456d1fcd5ff6db124463a45a17d5f89c to your computer and use it in GitHub Desktop.
pdf ocr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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