tsrein

ocrmypdf

Dec 29th, 2024 (edited)
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # orc for pdf
  2. # needs pythgon, ghostscript, tesseract installed
  3. #
  4. # Command
  5. # python -m ocrmypdf -l est imput.pdf output.pdf
  6. #
  7. python -m ocrmypdf -l est "C:\inputfile.pdf" "C:\outputfile.pdf"
  8.  
Advertisement
Add Comment
Please, Sign In to add comment