From 3390beacd1d47c0f5a033a864135125759b0a308 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 11 Jul 2022 20:07:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Provide=20"ocr-transform"=20(non-OC?= =?UTF-8?q?R-D=20CLI)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrapper/qurator/ocrd_galley/cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wrapper/qurator/ocrd_galley/cli.py b/wrapper/qurator/ocrd_galley/cli.py index 3f35922..71ba371 100644 --- a/wrapper/qurator/ocrd_galley/cli.py +++ b/wrapper/qurator/ocrd_galley/cli.py @@ -43,6 +43,9 @@ sub_images = { "ocrd-eynollah-segment": "eynollah", "ocrd-anybaseocr-crop": "ocrd_anybaseocr", "ocrd-anybaseocr-deskew": "ocrd_anybaseocr", + + # non OCR-D CLI + "ocr-transform": "ocrd_fileformat", }