|
@@ -218,13 +218,6 @@ display_slide_preview(image_files, num_slides=6, max_cols=3)
|
|
|
#### `display_slide_preview(image_files, num_slides=6, max_cols=3, figsize_per_image=(4, 3))`
|
|
#### `display_slide_preview(image_files, num_slides=6, max_cols=3, figsize_per_image=(4, 3))`
|
|
|
Display a preview of the first N slide images with automatic grid layout.
|
|
Display a preview of the first N slide images with automatic grid layout.
|
|
|
|
|
|
|
|
-### Legacy Functions (Backward Compatibility)
|
|
|
|
|
-
|
|
|
|
|
-#### `process_slides(df, output_dir, use_narrative=False)`
|
|
|
|
|
-Convenience function for standard processing.
|
|
|
|
|
-
|
|
|
|
|
-#### `process_slides_with_narrative(df, output_dir, context_window_size=5)`
|
|
|
|
|
-Convenience function for narrative processing.
|
|
|
|
|
|
|
|
|
|
### Speech Optimization
|
|
### Speech Optimization
|
|
|
|
|
|
|
@@ -235,6 +228,8 @@ The AI automatically converts technical content for natural speech:
|
|
|
- **Abbreviations**: `LLM` → "L L M"
|
|
- **Abbreviations**: `LLM` → "L L M"
|
|
|
- **Large numbers**: `70B` → "seventy billion"
|
|
- **Large numbers**: `70B` → "seventy billion"
|
|
|
|
|
|
|
|
|
|
+Add your own rules in the system prompt.
|
|
|
|
|
+
|
|
|
## Requirements
|
|
## Requirements
|
|
|
|
|
|
|
|
### System Dependencies
|
|
### System Dependencies
|
|
@@ -293,4 +288,4 @@ Enhanced output includes:
|
|
|
- Check that image files exist in the output directory
|
|
- Check that image files exist in the output directory
|
|
|
- Try restarting the Jupyter kernel
|
|
- Try restarting the Jupyter kernel
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
+---
|