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
import cv2 | |
import sys | |
import numpy as np | |
#config | |
outputSize = 1017 | |
image = cv2.imread('in.png', cv2.IMREAD_UNCHANGED) | |
dimensions = image.shape |
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
#!/usr/bin/perl -n | |
# | |
# Achtung: Das Skript ist ein fieser Hack, welcher vermutlich nicht in allen | |
# Faellen funktioniert. Fuer mich hat es fuer erste Experimente | |
# ausreichend gut funktioniert. | |
# | |
# Einzelne Ausgabe von "pdf2txt" einer einer einzelnen PDF Datei | |
# als Parameter oder via Pipe uebergeben. | |
# |