From fe18627ebc2383c7957134638bca290f51995b00 Mon Sep 17 00:00:00 2001 From: dashi6174 Date: Thu, 23 May 2024 19:38:13 +0800 Subject: [PATCH] Fix some syntax errors, re not import (#904) re not import ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- deepdoc/vision/postprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deepdoc/vision/postprocess.py b/deepdoc/vision/postprocess.py index ec6f69d08..4aab3e0bf 100644 --- a/deepdoc/vision/postprocess.py +++ b/deepdoc/vision/postprocess.py @@ -1,4 +1,5 @@ import copy +import re import numpy as np import cv2