Extractors
All registered Extractor components in DashAI.
| Name | Description |
|---|---|
| EasyOCRExtractor | PDF text extractor using EasyOCR. |
| PlainTextExtractor | Extractor for plain-text file types. |
| PyMuPDFExtractor | PDF text extractor using the PyMuPDF (fitz) library. |
| PypdfExtractor | PDF text extractor using the pypdf library. |