Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pdf-miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Qin Kaijie
pdf-miner
Commits
7dcf63e6
Commit
7dcf63e6
authored
Jun 25, 2024
by
赵小蒙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:close some log output if not in debug mode
parent
d5e30f8d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
29 deletions
+44
-29
para_split_v2.py
magic_pdf/para/para_split_v2.py
+43
-28
equations_replace.py
magic_pdf/pre_proc/equations_replace.py
+1
-1
No files found.
magic_pdf/para/para_split_v2.py
View file @
7dcf63e6
This diff is collapsed.
Click to expand it.
magic_pdf/pre_proc/equations_replace.py
View file @
7dcf63e6
...
...
@@ -299,7 +299,7 @@ def replace_line_v2(eqinfo, line):
[
b
[
"bbox"
][
2
]
for
b
in
delete_chars
]
)
else
:
logger
.
debug
(
f
"行内公式替换没有发生,尝试下一行匹配, eqinfo={eqinfo}"
)
#
logger.debug(f"行内公式替换没有发生,尝试下一行匹配, eqinfo={eqinfo}")
return
False
# 删除位于x0, x1这两个中间的span
...
...
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