Extract text from PDF bytes.
static Future<String> parsePdf(List<int> bytes) => raw.extractTextFromPdf(fileBytes: bytes);