From 98761801b2a31feddde8385c2ff7834d66e6e44f Mon Sep 17 00:00:00 2001 From: "pavel.lamonov" Date: Wed, 2 Jul 2025 14:18:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ppocr/data/simple_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppocr/data/simple_dataset.py b/ppocr/data/simple_dataset.py index 36df0ff..969260b 100644 --- a/ppocr/data/simple_dataset.py +++ b/ppocr/data/simple_dataset.py @@ -136,7 +136,7 @@ class SimpleDataSet(Dataset): data["filename"] = data["img_path"] outs = transform(data, self.ops) except Exception as exc: - print(str(exc)) + print("HERE", str(exc)) self.logger.error( "When parsing line {}, error happened with msg: {}".format( data_line, traceback.format_exc()