removed k var

This commit is contained in:
Kabooshki 2024-09-17 13:17:16 -05:00
parent b03b1aaf14
commit a54b43e1f5
Signed by: Kabooshki
GPG Key ID: 5E7B7F2F405CD62A
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ import pytesseract
import os
import numpy
directory = 'images'
k = 1
# iterate over files in
# that directory
for filename in os.listdir(directory):