Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
3c79159d
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
3c79159d
编写于
8月 24, 2022
作者:
E
Evezerest
提交者:
GitHub
8月 24, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update pdf2word.py
上级
322b4150
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
14 addition
and
14 deletion
+14
-14
ppstructure/pdf2word/pdf2word.py
ppstructure/pdf2word/pdf2word.py
+14
-14
未找到文件。
ppstructure/pdf2word/pdf2word.py
浏览文件 @
3c79159d
...
@@ -21,7 +21,7 @@ from ppstructure.predict_system import StructureSystem, save_structure_res
...
@@ -21,7 +21,7 @@ from ppstructure.predict_system import StructureSystem, save_structure_res
from
ppstructure.utility
import
parse_args
,
draw_structure_result
from
ppstructure.utility
import
parse_args
,
draw_structure_result
from
ppocr.utils.network
import
download_with_progressbar
from
ppocr.utils.network
import
download_with_progressbar
from
ppstructure.recovery.recovery_to_doc
import
sorted_layout_boxes
,
convert_info_docx
from
ppstructure.recovery.recovery_to_doc
import
sorted_layout_boxes
,
convert_info_docx
from
ScreenShotWidget
import
ScreenShotWidget
#
from ScreenShotWidget import ScreenShotWidget
__APPNAME__
=
"pdf2word"
__APPNAME__
=
"pdf2word"
__VERSION__
=
"0.1.1"
__VERSION__
=
"0.1.1"
...
@@ -181,7 +181,7 @@ class APP_Image2Doc(QWidget):
...
@@ -181,7 +181,7 @@ class APP_Image2Doc(QWidget):
# settings
# settings
self
.
imagePaths
=
[]
self
.
imagePaths
=
[]
self
.
screenShotWg
=
ScreenShotWidget
()
#
self.screenShotWg = ScreenShotWidget()
self
.
screenShot
=
None
self
.
screenShot
=
None
self
.
save_pdf
=
False
self
.
save_pdf
=
False
self
.
output_dir
=
None
self
.
output_dir
=
None
...
@@ -358,17 +358,17 @@ class APP_Image2Doc(QWidget):
...
@@ -358,17 +358,17 @@ class APP_Image2Doc(QWidget):
self
.
pb
.
setRange
(
0
,
len
(
self
.
imagePaths
))
self
.
pb
.
setRange
(
0
,
len
(
self
.
imagePaths
))
self
.
pb
.
setValue
(
0
)
self
.
pb
.
setValue
(
0
)
def
screenShotSlot
(
self
):
#
def screenShotSlot(self):
'''
#
'''
选定图像文件和截图的转换过程只能同时进行一个
#
选定图像文件和截图的转换过程只能同时进行一个
截图只能同时转换一个
#
截图只能同时转换一个
'''
#
'''
self
.
screenShotWg
.
start
()
#
self.screenShotWg.start()
if
self
.
screenShotWg
.
captureImage
:
#
if self.screenShotWg.captureImage:
self
.
screenShot
=
self
.
screenShotWg
.
captureImage
#
self.screenShot = self.screenShotWg.captureImage
self
.
imagePaths
.
clear
()
# discard openfile temp list
#
self.imagePaths.clear() # discard openfile temp list
self
.
pb
.
setRange
(
0
,
1
)
#
self.pb.setRange(0, 1)
self
.
pb
.
setValue
(
0
)
#
self.pb.setValue(0)
def
handleStartSignal
(
self
,
lang
):
def
handleStartSignal
(
self
,
lang
):
if
self
.
screenShot
:
# for screenShot
if
self
.
screenShot
:
# for screenShot
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录