Skip to content

Commit

Permalink
Remove the debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jul 12, 2023
1 parent d986974 commit 9d2c845
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/rapidocr_onnxruntime/rapid_ocr_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def __init__(self, config_path: Optional[str] = None, **kwargs):
updater = UpdateParameters()
config = updater(config, **kwargs)

print(config)
exit()

global_config = config["Global"]
self.print_verbose = global_config["print_verbose"]
self.text_score = global_config["text_score"]
Expand Down

0 comments on commit 9d2c845

Please sign in to comment.