#!/usr/bin/env sh

set -e

python3 /usr/share/pdf-parser/pdf-parser.py "$@"
