mirror of
https://github.com/qurator-spk/ocrd_repair_inconsistencies.git
synced 2025-06-26 03:59:57 +02:00
📝 README: Clarify
This commit is contained in:
parent
b2845ad254
commit
7d4afef3f8
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
# ocrd_repair_inconsistencies
|
# ocrd_repair_inconsistencies
|
||||||
|
|
||||||
Automatically fix order inconsistencies in regions, lines and words. Elements
|
Automatically fix PAGE-XML order inconsistencies in regions, lines and words.
|
||||||
are only fixed if reordering their children top-to-bottom/left-to-right fixes
|
Children elements are only reordered if reordering by coordinates
|
||||||
the appropriately concatenated text of the children to match the parent's text.
|
top-to-bottom/left-to-right fixes the appropriately concatenated `TextEquiv`
|
||||||
|
texts of the children to match the parent's `TextEquiv` text. This processor
|
||||||
|
does not change reading order, just the order of the XML elements in the file.
|
||||||
|
|
||||||
We wrote this as a one-shot script to fix some files. Use with caution.
|
We wrote this as a one-shot script to fix some files. Use with caution.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue