Auto-detect document type and extract text.
static Future<String> parse(List<int> bytes) => raw.extractTextFromDocument(fileBytes: bytes);