This file contains hidden or 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
# Extract OCR contents in PDF-documents as plain text (.txt) | |
# Kristian Risager Larsen, 2024-07 | |
# | |
# Setup: | |
# You need to install GhostsScript and Tesseract | |
# brew install tesseract tesseract-lang ghostscript | |
# | |
# Notes: | |
# The "-l dan" parameter tells Tesseract to expect Danish text |
OlderNewer