Spaces:
Sleeping
Sleeping
Upload .env
Browse files
.env
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Path to Tesseract executable
|
2 |
+
TESSERACT_PATH=C:\Users\GGN06-Ansh\Downloads\Tesseract-OCR\Tesseract-OCR\tesseract.exe
|
3 |
+
|
4 |
+
# Path to Poppler for PDF image extraction
|
5 |
+
POPPLER_PATH=C:\Users\GGN06-Ansh\Downloads\Release-24.02.0-0\poppler-24.02.0\Library\bin
|
6 |
+
|
7 |
+
# Groq API Key
|
8 |
+
GROQ_API_KEY=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
|