Spaces:
Runtime error
Runtime error
File size: 225 Bytes
1e35154 |
1 2 3 4 5 6 7 8 |
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" |