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
wangsen
MinerU
Commits
46d71d10
Commit
46d71d10
authored
Jun 28, 2024
by
quyuan
Browse files
update require txt
parent
d3d7a093
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/benchmark.py
tools/benchmark.py
+1
-1
No files found.
tools/benchmark.py
View file @
46d71d10
...
@@ -52,7 +52,7 @@ def extrat_zip(zip_file_path, extract_to_path):
...
@@ -52,7 +52,7 @@ def extrat_zip(zip_file_path, extract_to_path):
def
ci_ben
():
def
ci_ben
():
fr
=
open
(
os
.
path
.
join
(
pdf_dev_path
,
"ci"
,
"result.json"
),
"r"
)
.
read
()
fr
=
open
(
os
.
path
.
join
(
pdf_dev_path
,
"ci"
,
"result.json"
),
"r"
)
lines
=
fr
.
readlines
()
lines
=
fr
.
readlines
()
last_line
=
lines
[
-
1
].
strip
()
last_line
=
lines
[
-
1
].
strip
()
last_score
=
json
.
loads
(
last_line
)
last_score
=
json
.
loads
(
last_line
)
...
...
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