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).