pub fn parse_object( source: &[u8], offset: u64, mode: ParsingMode, ) -> Result<Object, PdfError>
Parse a direct (non-indirect) object starting at the given offset.