You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When evaluating PAGE-XML that has a namespace prefix, as is the case for OCR-D, evaluation fails with
Exception in thread "main" eu.digitisation.utils.input.WarningException: Unsupported file format (UNKNOWN format) for file OCR-D-OCR-TESS-ONLY_0001.xml
at eu.digitisation.text.Text.<init>(Text.java:121)
at eu.digitisation.text.Text.<init>(Text.java:153)
at eu.digitisation.output.Report.<init>(Report.java:117)
at eu.digitisation.Main.main(Main.java:99)
When evaluating PAGE-XML that has a namespace prefix, as is the case for OCR-D, evaluation fails with
If I change
to
using
evaluation works as expected
The text was updated successfully, but these errors were encountered: