No description
Find a file
2019-11-25 11:06:28 +01:00
ocrd_repair_inconsistencies Check reading direction/textline order rather than assuming 2019-11-25 11:06:28 +01:00
.gitignore 🎉 Initial commit 2019-11-22 16:18:05 +01:00
README.md 📝 Add a short README 2019-11-22 16:51:28 +01:00
requirements.txt 🎉 Initial commit 2019-11-22 16:18:05 +01:00
setup.py 🎉 Initial commit 2019-11-22 16:18:05 +01:00

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.