Skip to content

Commit

Permalink
Update mdconvert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Sep 26, 2024
1 parent af16c3a commit 72bc605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autogen/browser_utils/mdconvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,6 @@ def convert(self, local_path, **kwargs) -> Union[None, DocumentConverterResult]:
if extension.lower() not in [".jpg", ".jpeg", ".png"]:
return None

ocr_min_confidence = kwargs.get("ocr_min_confidence", 0.25)

md_content = ""

# Add metadata
Expand Down

0 comments on commit 72bc605

Please sign in to comment.