From 6ed5562cedce18f0313d3b83271986dd6c136871 Mon Sep 17 00:00:00 2001 From: WangZ <47658498+UserWangZz@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:22:11 +0800 Subject: [PATCH] Fix the error of token_list formatting only taking the first digit when the number of cells across rows or columns is greater than 10 (#11839) --- PPOCRLabel/libs/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PPOCRLabel/libs/utils.py b/PPOCRLabel/libs/utils.py index 1bd46ab4d..372fe255c 100644 --- a/PPOCRLabel/libs/utils.py +++ b/PPOCRLabel/libs/utils.py @@ -209,10 +209,10 @@ def convert_token(html_list): token_list.append("", ""]) token_list.append("") token_list.append("")