NithyasriVllB's picture
Create app.py
1e35154 verified
raw
history blame contribute delete
225 Bytes
import pytesseract
from PIL import Image
import openai
import cv2
import numpy as np
# Setup the Tesseract path if needed (on Windows)
# pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files\Tesseract-OCR\tesseract.exe"