Skip to content

Commit

Permalink
edited metrics file
Browse files Browse the repository at this point in the history
  • Loading branch information
arinkulshi committed Jun 24, 2024
1 parent 2941d7d commit 6aff3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCR/ocr/services/metrics_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def main():
load_dotenv()
current_script_dir = os.path.dirname(os.path.abspath(__file__))
file_relative_path_ground_truth = "../../tests/assets/ground_truth.json"
file_relative_path_ocr = "../../tests/assets/ocr_elements.json"
file_relative_path_ocr = "../../tests/assets/aws_non_fillable_2.json"
ground_truth_json_path = os.path.join(current_script_dir, file_relative_path_ground_truth)
ocr_json_path = os.path.join(current_script_dir, file_relative_path_ocr)

Expand Down

0 comments on commit 6aff3fc

Please sign in to comment.