Skip to content

Commit

Permalink
replaced missing results.update
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyFitzgerald committed Mar 1, 2024
1 parent 7b7103e commit 2dd6a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hespi/hespi.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ def institutional_label_detect(self, component, stub, output_dir) -> Dict:
if field_name in self.reference.keys():
results[f"{field_name}_match_score"] = match_score_TrOCR

detection_results.update(results)

return detection_results


Expand Down

0 comments on commit 2dd6a16

Please sign in to comment.