Commit ca2fd8ef authored by quyuan's avatar quyuan
Browse files

add ci

parent 6c10c9c5
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment