OpenPecha / Toolkit

🛠 Tools to create, edit and export texts and annotations
https://toolkit.openpecha.org
Apache License 2.0
7 stars 4 forks source link

fix mean of widths for avg_width #212

Closed ta4tsering closed 1 year ago

ta4tsering commented 1 year ago

Input to recreate the bug: I1PD958530003.json.gz

eroux commented 1 year ago

looking at https://github.com/OpenPecha/Toolkit/blob/master/openpecha/formatters/ocr/ocr.py#L411 it should be None instead of -1

eroux commented 1 year ago

also please add a test case

eroux commented 1 year ago

replaced by #214