Closed bertsky closed 3 years ago
Sorry, empty pages are not the problem. This happens on recursive structures:
<TextRegion id="r0">
<TextRegion id="r1">...</TextRegion>
</TextRegion>
I guess the state in alto_printspace
at that point does not yet contain the full sequence that page_page.getAllRegions()
provides.
On the one hand, it's good that we see a failure if regions get lost. But then how do we fix the recursion?
I guess the state in
alto_printspace
at that point does not yet contain the full sequence thatpage_page.getAllRegions()
provides.
Could that simply be depth 1 vs 0?
Could that simply be depth 1 vs 0?
Indeed!