Skip to content

Commit

Permalink
fix Qt resources not init (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored Sep 6, 2024
1 parent f39dff4 commit c33beb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PPOCRLabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
sys.path.append(os.path.join(__dir__, ""))

from paddleocr import PaddleOCR, PPStructure
import libs.resources
from libs.constants import (
SETTING_ADVANCE_MODE,
SETTING_DRAW_SQUARE,
Expand Down

0 comments on commit c33beb9

Please sign in to comment.