src/chug/doc/doc_read_processor.py [21:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            render_dpi: int = 150,
            squeeze_pages: bool = True,
            expand_pages: bool = False,
            flatten_json: bool = True,
            seed: int = 0,
    ):
        super().__init__(
            image_process_fn=image_process_fn,
            text_process_fn=text_process_fn,
            image_input_feat=image_input_feat,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/chug/doc/doc_vqa_processor.py [25:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            render_dpi: int = 150,
            squeeze_pages: bool = True,
            expand_pages: bool = False,
            flatten_json: bool = True,
            seed: int = 0,
    ):
        super().__init__(
            image_process_fn=image_process_fn,
            text_process_fn=text_process_fn,
            image_input_feat=image_input_feat,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



