PFCCLab / PPOCRLabel

PPOCRLabelv2 is a semi-automatic graphic annotation tool suitable for OCR field, with built-in PP-OCR model to automatically detect and re-recognize data.
109 stars 33 forks source link

导出表格标注报错 #113

Open qaz147okm opened 6 days ago

qaz147okm commented 6 days ago

Image

Traceback (most recent call last): File "D:\project\PPOCRLabel-main\PPOCRLabel.py", line 3220, in exportJSON token_list = convert_token(html_list) File "D:\project\PPOCRLabel-main\libs\utils.py", line 238, in convert_token token_list.append(' colspan="{}"'.format(int(n))) ValueError: invalid literal for int() with base 10: '3 rowspan=2'