From d2c316285c3d8816cd9c911be1e5975e83a35bd2 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 17 Jun 2020 16:44:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20ppn2ocr:=20Remove=20obsolete=20s?= =?UTF-8?q?how=5Fhelp()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ppn2ocr | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ppn2ocr b/ppn2ocr index b26b462..242a8d8 100755 --- a/ppn2ocr +++ b/ppn2ocr @@ -22,19 +22,6 @@ for prefix, uri in XMLNS.items(): ET.register_namespace(prefix, uri) -# XXX -# show_help() { -# cat <<-EOH -# Usage: $0 PPN77164308X -# -# Get OCR results as a OCR-D workspace for a given PPN -# -# Options: -# --help Show this message and exit. -# EOH -# } - - def oai_mets(ppn): """Retrieve METS metadata for a given PPN."""