Spaces:
Build error
Build error
Ilia Tambovtsev commited on
Commit ·
647a229
1
Parent(s): 40aa9f2
feat: update counting descriptions
Browse files- src/eda/explore.py +2 -0
src/eda/explore.py
CHANGED
|
@@ -118,6 +118,8 @@ def get_pres_analysis_df(base: Path = Navigator().interim) -> pd.DataFrame:
|
|
| 118 |
pres_path=slide.pdf_path,
|
| 119 |
pres_title=pres.name,
|
| 120 |
page=slide.page_num,
|
|
|
|
|
|
|
| 121 |
# Parsed texts
|
| 122 |
text_content=slide.parsed_output.text_content,
|
| 123 |
visual_content=slide.parsed_output.visual_content,
|
|
|
|
| 118 |
pres_path=slide.pdf_path,
|
| 119 |
pres_title=pres.name,
|
| 120 |
page=slide.page_num,
|
| 121 |
+
# Unparsed text
|
| 122 |
+
llm_output=slide.llm_output,
|
| 123 |
# Parsed texts
|
| 124 |
text_content=slide.parsed_output.text_content,
|
| 125 |
visual_content=slide.parsed_output.visual_content,
|