UB-Mannheim / ocr-fileformat

Validate and transform various OCR file formats (hOCR, ALTO, PAGE, FineReader)
https://digi.bib.uni-mannheim.de/ocr-fileformat/
MIT License
176 stars 23 forks source link

update textract2page (for valid @conf ranges) #180

Closed bertsky closed 6 months ago

bertsky commented 6 months ago

results used to be invalid because the @conf values were all [0,100] instead of [0,1]

stweil commented 6 months ago

Thanks.