NithyasriVllB commited on
Commit
1e35154
·
verified ·
1 Parent(s): 60790c1

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import pytesseract
2
+ from PIL import Image
3
+ import openai
4
+ import cv2
5
+ import numpy as np
6
+
7
+ # Setup the Tesseract path if needed (on Windows)
8
+ # pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files\Tesseract-OCR\tesseract.exe"