Skip to content

Commit

Permalink
add: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
chloedia committed Jan 2, 2025
1 parent a2a9fcc commit d6a22c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/megaparse/src/megaparse/parser/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def determine_strategy(
pdfium_document.close()

if doc_need_ocr:
print("Using HI_RES strategy")
logger.info("Using HI_RES strategy")
return StrategyEnum.HI_RES
print("Using FAST strategy")
logger.info("Using FAST strategy")
return StrategyEnum.FAST

0 comments on commit d6a22c1

Please sign in to comment.