📝 Add a short README

This commit is contained in:
Gerber, Mike 2019-11-22 16:51:28 +01:00
parent 25437176d4
commit c868ec568d

7
README.md Normal file
View file

@ -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.