@@ -155,17 +155,18 @@ For more information take a look at our [Getting Started with Parxy tutorial](./
155155
156156## Supported services
157157
158- | Service or Library | Support status | Extra | Local file | Remote file |
159- | --------------------| ----------------| -------| ------------| -------------|
160- | [ ** PyMuPDF** ] ( https://pymupdf.readthedocs.io/en/latest/ ) | Live | - | ✅ | ✅ |
161- | [ ** PdfAct** ] ( https://github.com/data-house/pdfact ) | Live | - | ✅ | ✅ |
162- | [ ** Unstructured** library] ( https://docs.unstructured.io/open-source/introduction/overview ) | Preview | ` unstructured_local ` | ✅ | ✅ |
163- | [ ** Landing AI Agentic Document Extraction** ] ( https://landing.ai/agentic-document-extraction ) | Preview | ` landingai ` | ✅ | ✅ |
164- | [ ** LlamaParse** ] ( https://docs.cloud.llamaindex.ai/llamaparse/overview ) | Preview | ` llama ` | ✅ | ✅ |
165- | [ ** LLMWhisperer** ] ( https://docs.unstract.com/llmwhisperer/index.html ) | Preview | ` llmwhisperer ` | ✅ | ✅ |
166- | [ ** Unstructured.io** cloud service] ( https://docs.unstructured.io/open-source/introduction/overview ) | Planned | | | |
167- | [ ** Chunkr** ] ( https://www.chunkr.ai/ ) | Planned | | | |
168- | [ ** Docling** ] ( https://docling-project.github.io/docling/ ) | Planned | | | |
158+ | Service or Library | Extra | Local file | Remote file | Status |
159+ | --------------------| -------| ------------| -------------| ----------------|
160+ | [ ** PyMuPDF** ] ( https://pymupdf.readthedocs.io/en/latest/ ) | - | ✅ | ✅ | |
161+ | [ ** PdfAct** ] ( https://github.com/data-house/pdfact ) | - | ✅ | ✅ | |
162+ | [ ** Unstructured** library] ( https://docs.unstructured.io/open-source/introduction/overview ) | ` unstructured_local ` | ✅ | ✅ | Preview |
163+ | [ ** Landing AI Agentic Document Extraction** ] ( https://landing.ai/agentic-document-extraction ) | ` landingai ` | ✅ | ✅ | Preview |
164+ | [ ** LlamaParse** ] ( https://docs.cloud.llamaindex.ai/llamaparse/overview ) | ` llama ` | ✅ | ✅ | Preview |
165+ | [ ** LLMWhisperer** ] ( https://docs.unstract.com/llmwhisperer/index.html ) | ` llmwhisperer ` | ✅ | ✅ | Preview |
166+ | [ ** Pypdfium2** ] ( https://github.com/pypdfium2-team/pypdfium2 ) | ` pypdfium2 ` | ✅ | ✅ | Preview |
167+ | [ ** Unstructured.io** cloud service] ( https://docs.unstructured.io/open-source/introduction/overview ) | | | | Planned |
168+ | [ ** Chunkr** ] ( https://www.chunkr.ai/ ) | | | | Planned |
169+ | [ ** Docling** ] ( https://docling-project.github.io/docling/ ) | | | | Planned |
169170
170171
171172...and more can be added via the [ live extension] ( #live-extension ) !
0 commit comments