Skip to content

Commit 79121a4

Browse files
author
ashariyar
committed
flak8
1 parent 92bcd86 commit 79121a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfalyzer/helpers/image_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pdfalyzer.helpers.rich_text_helper import warning_text
66

77

8-
def ocr_text(image: "Image.Image", image_name: str) -> Optional[str]:
8+
def ocr_text(image: "Image.Image", image_name: str) -> Optional[str]: # noqa F821
99
"""Use pytesseract to OCR the text in the image and return it as a string."""
1010
import pytesseract
1111
from PIL import Image

0 commit comments

Comments
 (0)