compass.services.cpu.read_pdf_file#
- async read_pdf_file(pdf_fp, **kwargs)[source]#
Read local PDF file in a Process Pool
- Parameters:
pdf_fp (path-like) – Path to PDF file (non-OCR).
**kwargs – Keyword-value arguments to pass to
elm.web.document.PDFDocumentinitializer.
- Returns:
elm.web.document.PDFDocument– PDFDocument instances with pages loaded as text.