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
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'
The text was updated successfully, but these errors were encountered:
BotAndyGao
added a commit
to BotAndyGao/PPOCRLabel
that referenced
this issue
Nov 26, 2024
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'
The text was updated successfully, but these errors were encountered: