File size: 295 Bytes
310485e
 
764a794
 
 
e03b33d
060abf4
310485e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
from src.processing import page2image, image2base64
from src.config import (
    Config,
    ModelConfig,
    Navigator,
    MultilineWrapper,
    display_chain_outputs
)

from src.chains import (
    SlideAnalysis,
    SingleSlidePipeline,

    PresentationAnalysis,
    PresentationPipeline
)