Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
myhub committed Jul 5, 2023
1 parent bd8366a commit b232e1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
'Topic :: Software Development :: Libraries'
],
install_requires=[
"numpy"
],
include_package_data=True,

Expand Down
2 changes: 1 addition & 1 deletion test_crnn_pyqt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self):
font.setPointSize(18)
self.textEdit.setFont(font)
self.resize(640, 240)
self.setWindowTitle("请使用飞书、微信等软件进行截图,只支持单行文本识别")
self.setWindowTitle("请使用飞书、微信等软件进行截图,只支持单行文本识别 v2.3")
self.setWindowFlags(Qt.WindowStaysOnTopHint)

layout = QGridLayout(self)
Expand Down
2 changes: 1 addition & 1 deletion v2.6/test_crnn_pyqt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
font.setPointSize(18)
self.textEdit.setFont(font)
self.resize(640, 240)
self.setWindowTitle("请使用飞书、微信等软件进行截图,只支持单行文本识别")
self.setWindowTitle("请使用飞书、微信等软件进行截图,只支持单行文本识别 v2.6")
self.setWindowFlags(Qt.WindowStaysOnTopHint)

layout = QGridLayout(self)
Expand Down

0 comments on commit b232e1c

Please sign in to comment.