Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active October 29, 2024 12:38
Show Gist options
  • Save vielhuber/ed617978f17c52c313e7797a09581416 to your computer and use it in GitHub Desktop.
Save vielhuber/ed617978f17c52c313e7797a09581416 to your computer and use it in GitHub Desktop.
tesseract ocr text recognition #server

show installed languages

tesseract --list-langs

input.jpg > output.txt

tesseract input.jpg output -l deu

input.jpg > output.pdf

tesseract input.jpg output pdf -l deu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment