Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eric86y committed Oct 2, 2024
1 parent 9058324 commit aa3b147
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MonlamOCR/Inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
get_line_images_via_local_tps,
optimize_countour,
preprocess_image,
get_file_name,
binarize,
get_line_data,
normalize,
sort_lines_by_threshold2,
stitch_predictions,
Expand Down Expand Up @@ -376,9 +374,7 @@ def run_ocr(self,
tps_threshold: float = 0.25) -> Tuple[OCRStatus, OCRREsult | None]:

"""
TODO: Reintegrate proper data structures into this
"""

if isinstance(self.line_config, LineDetectionConfig):
Expand Down

0 comments on commit aa3b147

Please sign in to comment.