elm.ords.services.cpu

ELM Ordinance CPU-bound services

Functions

read_pdf_doc(pdf_bytes, **kwargs)

Read PDF file from bytes in a Process Pool.

read_pdf_doc_ocr(pdf_bytes, **kwargs)

Read PDF file from bytes using OCR (pytesseract) in a Process Pool.

Classes

PDFLoader(**kwargs)

Class to load PDFs in a ProcessPoolExecutor.

ProcessPoolService(**kwargs)

Service that contains a ProcessPoolExecutor instance