```python title="Python" from kreuzberg import ExtractionConfig config: ExtractionConfig = ExtractionConfig( enable_quality_processing=True, ) ```