pub async fn parse_pdf_from_bytes_async(
bytes: &[u8],
opts: &PdfParseOptions,
warnings: &mut Vec<PdfWarnMsg>,
) -> Result<PdfDocument, String>pub async fn parse_pdf_from_bytes_async(
bytes: &[u8],
opts: &PdfParseOptions,
warnings: &mut Vec<PdfWarnMsg>,
) -> Result<PdfDocument, String>