rairo commited on
Commit
0b2b63a
·
verified ·
1 Parent(s): c362105

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -167,7 +167,7 @@ def extract_page_text(reader, page_num):
167
  return reader.pages[page_num].extract_text() or ""
168
  return ""
169
 
170
- def process_with_gemini(text: str) -> str::
171
  prompt = """Analyze this bank statement and extract transactions in JSON format with these fields:
172
  - Date (format DD/MM/YYYY)
173
  - Description
 
167
  return reader.pages[page_num].extract_text() or ""
168
  return ""
169
 
170
+ def process_with_gemini(text: str) -> str:
171
  prompt = """Analyze this bank statement and extract transactions in JSON format with these fields:
172
  - Date (format DD/MM/YYYY)
173
  - Description