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
ca2fd8ef
Commit
ca2fd8ef
authored
Jul 13, 2024
by
quyuan
Browse files
add ci
parent
6c10c9c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tests/test_cli/test_bench.py
tests/test_cli/test_bench.py
+2
-3
No files found.
tests/test_cli/test_bench.py
View file @
ca2fd8ef
...
...
@@ -46,9 +46,8 @@ def get_score():
"""
get score
"""
data_path
=
os
.
path
.
join
(
pdf_dev_path
,
"ci"
)
score
=
calculate_score
.
Scoring
(
os
.
path
.
join
(
data_path
,
"result.json"
))
score
.
calculate_similarity_total
(
"mineru"
,
data_path
)
score
=
calculate_score
.
Scoring
(
os
.
path
.
join
(
pdf_dev_path
,
"result.json"
))
score
.
calculate_similarity_total
(
"mineru"
,
pdf_dev_path
)
res
=
score
.
summary_scores
()
return
res
...
...
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