Skip to content

Commit

Permalink
fix bug (#63)
Browse files Browse the repository at this point in the history
* fix bug

* add dependence
  • Loading branch information
GreatV authored Sep 5, 2024
1 parent 9fd9b8c commit f39dff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions PPOCRLabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
QComboBox,
QDialog,
QAbstractItemView,
QSizePolicy,
QMenu,
QAction,
QPushButton,
Expand All @@ -71,7 +70,6 @@
sys.path.append(os.path.join(__dir__, ""))

from paddleocr import PaddleOCR, PPStructure
from libs.resources import newIcon
from libs.constants import (
SETTING_ADVANCE_MODE,
SETTING_DRAW_SQUARE,
Expand All @@ -98,6 +96,7 @@
keysInfo,
natural_sort,
newAction,
newIcon,
rebuild_html_from_ppstructure_label,
stepsInfo,
struct,
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
"tqdm",
"premailer",
"pandas",
"requests"
]
requires-python = ">= 3.9"
authors = [
Expand Down

0 comments on commit f39dff4

Please sign in to comment.