Unverified Commit c45fdcc8 authored by myhloli's avatar myhloli Committed by GitHub

Merge branch 'magicpdf:master' into master

parents c8b06ad5 db54796a
...@@ -801,7 +801,7 @@ def compare_edit_distance(json_file, overall_report): ...@@ -801,7 +801,7 @@ def compare_edit_distance(json_file, overall_report):
json_edit_distance = json_data['pdf间的平均编辑距离'] json_edit_distance = json_data['pdf间的平均编辑距离']
if overall_report['pdf间的平均编辑距离'] >= json_edit_distance: if overall_report['pdf间的平均编辑距离'] > json_edit_distance:
return 0 return 0
else: else:
return 1 return 1
......
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