Closed wrznr closed 5 years ago
The problem seems to be
page = OcrdPage.from_file(self.workspace.download_file(input_file))
in https://github.com/OCR-D/pyocrd/blob/master/ocrd/processor/segment_line/tesserocr.py#20. It constructs a new page instance for the image while it should fall back on the existing one.
Since this is now six months old, and the process
subcommand has been outdated for a while, this is hard to reproduce right now. But the bug is still there and we should fix it once #199 is in and test it stays that way.
Using
works great (i.e. metadata and regions show up in OUTPUT PAGE XML). However, adding line detection
results in “empty” XML: