Spaces:
Build error
Build error
Richard Hsu
commited on
Commit
·
bc0a07e
1
Parent(s):
30d70f9
push
Browse files
app.py
CHANGED
@@ -44,6 +44,8 @@ def extract_text_summary_and_guidance_from_pdf(pdf_file):
|
|
44 |
Include information about revenue projections, earnings forecasts, strategic initiatives, and any notable remarks about future performance.
|
45 |
Ignore general commentary, introductions, and routine financial data unless it directly pertains to future guidance.
|
46 |
Present the extracted information in bullet points.
|
|
|
|
|
47 |
|
48 |
Output Format:
|
49 |
Provide the extracted key guidance in bullet points.
|
|
|
44 |
Include information about revenue projections, earnings forecasts, strategic initiatives, and any notable remarks about future performance.
|
45 |
Ignore general commentary, introductions, and routine financial data unless it directly pertains to future guidance.
|
46 |
Present the extracted information in bullet points.
|
47 |
+
If possible, emphasize on forward-looking/expected financial metrics first, then forward-looking/expected business tailwind/headwinds.
|
48 |
+
If possible, incorporate specific numbers along with each guidance point.
|
49 |
|
50 |
Output Format:
|
51 |
Provide the extracted key guidance in bullet points.
|