We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942ee74 commit 4f35736Copy full SHA for 4f35736
enhanced_image.png
-8.31 KB
hawk_scanner/internals/system.py
@@ -553,6 +553,8 @@ def enhance_and_ocr(image_path):
553
554
# Perform OCR on the enhanced image
555
ocr_text = perform_ocr(enhanced_image)
556
+ ## delete the enhanced image
557
+ os.remove("enhanced_image.png")
558
559
return ocr_text
560
setup.py
@@ -1,4 +1,4 @@
1
-VERSION = "0.3.24"
+VERSION = "0.3.25"
2
3
from setuptools import setup, find_packages
4
0 commit comments