From c868ec568d1076f46d0a161bfeffb42ac9466df2 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 22 Nov 2019 16:51:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20a=20short=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1acfdcd --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# ocrd_repair_inconsistencies + +Automatically fix order inconsistencies in regions, lines and words. Elements +are only fixed if reordering their children top-to-bottom/left-to-right fixes +the appropriately concatenated text of the children to match the parent's text. + +We wrote this as a one-shot script to fix some files. Use with caution.