Skip to main content

detect_copyrights

Function detect_copyrights 

Source
pub fn detect_copyrights(
    content: &str,
) -> (Vec<CopyrightDetection>, Vec<HolderDetection>, Vec<AuthorDetection>)
Expand description

Detect copyrights, holders, and authors in the given text content.

Returns a tuple of (copyrights, holders, authors).