## DocumentMetadataConfig


Configuration for document metadata extraction.


Usage


``` python
DocumentMetadataConfig(
    extract_title=True, extract_author=True, custom_metadata_fields=None
)
```


## Parameters


`extract_title: bool = ``True`  
Whether to extract document titles.

`extract_author: bool = ``True`  
Whether to extract author information.

`custom_metadata_fields: list = None`  
Additional metadata fields to extract.
