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.
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'
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'