Skip to content

Commit 8458acf

Browse files
committed
Update supported services
1 parent b37dc4b commit 8458acf

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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)!

docs/supported_services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Parxy supports the following document processing services and libraries. The **E
1616
| [**Landing AI Agentic Document Extraction**](https://landing.ai/agentic-document-extraction) | Preview | `landingai` |||
1717
| [**LlamaParse**](https://docs.cloud.llamaindex.ai/llamaparse/overview) | Preview | `llama` |||
1818
| [**LLMWhisperer**](https://docs.unstract.com/llmwhisperer/index.html) | Preview | `llmwhisperer` |||
19-
19+
| [**Pypdfium2**](https://github.com/pypdfium2-team/pypdfium2) | Preview | `pypdfium2` |||
2020

2121
Status meanings: **Live** = stable; **Preview** = functional but the API may change.
2222

0 commit comments

Comments
 (0)