Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
plutasnyy committed Jan 2, 2025
1 parent 025e822 commit 455d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_unstructured/partition/pdf_image/test_ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_get_ocr_layout_from_image_tesseract_filters_predictions_below_confidenc
},
),
)
monkeypatch.setenv("TESSERACT_CONFIDENCE_THRESHOLD", confidence_threshold)
monkeypatch.setenv("TESSERACT_CONFIDENCE_THRESHOLD", str(confidence_threshold))

image = Image.new("RGB", (100, 100))

Expand Down

0 comments on commit 455d7d0

Please sign in to comment.