Przeglądaj źródła

small readme update

Yuce Dincer 3 miesięcy temu
rodzic
commit
4da90237b1

+ 3 - 8
end-to-end-use-cases/powerpoint-to-voiceover-transcript/README.md

@@ -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 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
 
@@ -235,6 +228,8 @@ The AI automatically converts technical content for natural speech:
 - **Abbreviations**: `LLM` → "L L M"
 - **Large numbers**: `70B` → "seventy billion"
 
+Add your own rules in the system prompt.
+
 ## Requirements
 
 ### System Dependencies
@@ -293,4 +288,4 @@ Enhanced output includes:
 - Check that image files exist in the output directory
 - Try restarting the Jupyter kernel
 
----
+---