Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhougaofeng
magic_pdf
Commits
5bbb61b7
Commit
5bbb61b7
authored
Oct 25, 2024
by
zhougaofeng
Browse files
Update pdf_parse_union_core.py
parent
dd4fde1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
magic_pdf/pdf_parse_union_core.py
magic_pdf/pdf_parse_union_core.py
+3
-3
No files found.
magic_pdf/pdf_parse_union_core.py
View file @
5bbb61b7
...
@@ -242,9 +242,9 @@ def pdf_parse_union(pdf_bytes,
...
@@ -242,9 +242,9 @@ def pdf_parse_union(pdf_bytes,
'''debug时输出每页解析的耗时'''
'''debug时输出每页解析的耗时'''
if
debug_mode
:
if
debug_mode
:
time_now
=
time
.
time
()
time_now
=
time
.
time
()
logger
.
info
(
#
logger.info(
f
"page_id:
{
page_id
}
, last_page_cost_time:
{
get_delta_time
(
start_time
)
}
"
#
f"page_id: {page_id}, last_page_cost_time: {get_delta_time(start_time)}"
)
#
)
start_time
=
time_now
start_time
=
time_now
'''解析pdf中的每一页'''
'''解析pdf中的每一页'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment