Forrest logo
back to context overview

ocrmypdf

List of commands for ocrmypdf:

  • ocrmypdf:ai:06bbc Specify the DPI (dots per inch) of the input image or PDF file
    $ ocrmypdf -d ${dpi} input.pdf output.pdf
    try on your machine
    explain this command
  • ocrmypdf:ai:40197 OCR a file only if it does not have OCR already
    $ ocrmypdf --skip-text-only
    try on your machine
    explain this command
  • ocrmypdf:ai:4bf16 how do I use --image-dpi with ocrmypdf
    $ ocrmypdf --image-dpi 300 input.pdf output.pdf
    try on your machine
    explain this command
  • ocrmypdf:ai:4cb95 How to show ocrmypdf progress
    $ ocrmypdf --verbose input.pdf output.pdf
    try on your machine
    explain this command
  • ocrmypdf:ai:67a08 Converts input.pdf to output.pdf with OCR (using English language)
    $ ocrmypdf -l eng input.pdf output.pdf
    try on your machine
    explain this command
  • ocrmypdf:tldr:177fd ocrmypdf: Clean, de-skew, and rotate pages of a poor scan.
    $ ocrmypdf --clean --deskew --rotate-pages ${path-to-input_file} ${path-to-output-pdf}
    try on your machine
    explain this command
  • ocrmypdf:tldr:1b83b ocrmypdf: Set the metadata of the searchable PDF file.
    $ ocrmypdf --title "${title}" --author "${author}" --subject "${subject}" --keywords "${keyword; key phrase; ---}" ${path-to-input_file} ${path-to-output-pdf}
    try on your machine
    explain this command
  • ocrmypdf:tldr:7f231 ocrmypdf: Skip pages of a mixed-format input PDF file that already contain text.
    $ ocrmypdf --skip-text ${path-to-input-pdf} ${path-to-output-pdf}
    try on your machine
    explain this command
  • ocrmypdf:tldr:9f24e ocrmypdf: Display help.
    $ ocrmypdf --help
    try on your machine
    explain this command
  • ocrmypdf:tldr:e803a ocrmypdf: Create a new searchable PDF/A file from a scanned PDF or image file.
    $ ocrmypdf ${path-to-input_file} ${path-to-output-pdf}
    try on your machine
    explain this command
back to context overview