pub fn read<'a, S: Into<PdfSource<'a>>>(input: S) -> Result<Document, Error>
Reads a PDF document from a file path or bytes, using default options.