Skip to content

Commit

Permalink
fix pytesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmix committed May 27, 2024
1 parent 02527cc commit 618c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from constants import DESCRIPTION

# INSTALA pytesseract y pon la ruta de tesseract.exe
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
#pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'

# Guardar los datos de los estudiantes en un archivo CSV
def save_to_csv(data, filename="student_data.csv"):
Expand Down

0 comments on commit 618c9e2

Please sign in to comment.