fn determine_content_type(
path: &Path,
mime_type: &str,
content: &ExtractedContent,
) -> ContentTypeExpand description
Determine content type from path, MIME type, and extracted content.
fn determine_content_type(
path: &Path,
mime_type: &str,
content: &ExtractedContent,
) -> ContentTypeDetermine content type from path, MIME type, and extracted content.