pub fn parse(data: &[u8]) -> Result<DjvuFile, Error>
Parse a DjVu file from raw bytes (legacy tree-based parser).
Expects the file to begin with “AT&T” magic followed by a root FORM chunk.