Skip to content

Commit c33beb9

Browse files
authored
fix Qt resources not init (#64)
1 parent f39dff4 commit c33beb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PPOCRLabel.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
sys.path.append(os.path.join(__dir__, ""))
7171

7272
from paddleocr import PaddleOCR, PPStructure
73+
import libs.resources
7374
from libs.constants import (
7475
SETTING_ADVANCE_MODE,
7576
SETTING_DRAW_SQUARE,

0 commit comments

Comments
 (0)