Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -14,7 +14,7 @@ FORMS = {
|
|
| 14 |
}
|
| 15 |
|
| 16 |
# --- Configure Gemini ---
|
| 17 |
-
genai.configure(api_key=os.getenv("
|
| 18 |
|
| 19 |
def extract_text_from_pdf(pdf_path):
|
| 20 |
pages = convert_from_path(pdf_path)
|
|
|
|
| 14 |
}
|
| 15 |
|
| 16 |
# --- Configure Gemini ---
|
| 17 |
+
genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
|
| 18 |
|
| 19 |
def extract_text_from_pdf(pdf_path):
|
| 20 |
pages = convert_from_path(pdf_path)
|