Skip to content

Commit c8545d6

Browse files
authored
Comparing UI/API to open source (#770)
1 parent 02ab04b commit c8545d6

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

open-source/introduction/overview.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ The Unstructured open source library has the following limits as compared to the
6161
* No image extraction from documents.
6262
* Less sophisticated document hierarchy detection.
6363
* You must manage many of your own code dependencies, for instance for libraries such as Poppler and Tesseract.
64-
* For local document processing, you must manage your own infrastructure, including parallelization and other performance optimizations.
64+
* For local document processing, you must manage your own infrastructure.
65+
66+
import OpenSourceVsPlatform from '/snippets/general-shared-text/open-source-vs-platform.mdx';
67+
68+
<OpenSourceVsPlatform />
6569

6670
## Pricing
6771

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
The following table compares the [Unstructured user interface (UI)](/ui/overview) and the
2+
[Unstructured API](/api-reference/overview) to the [Unstructured open source library](/open-source/introduction/overview).
3+
4+
| | Unstructured UI/API | Unstructured open source library |
5+
| --- | --- | --- |
6+
| _Use for..._ | _Production scenarios_ | _Quick prototyping_ |
7+
| _Deployment options_ | | |
8+
| Software as a service (Saas) | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
9+
| In-VPC | <span class="yes-label">Yes</span> | <span class="yes-label">Yes</span> |
10+
| _Security and compliance_ | | |
11+
| One-click, single sign-on (SSO) authentication | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
12+
| SOC 2 Type 2, HIPAA, GDPR, and ISO 27001 compliance | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
13+
| _Connectivity_ | | |
14+
| 20+ source connectors | <span class="yes-label">Yes</span> | <span class="yes-label">Yes</span> |
15+
| 20+ destination connectors | <span class="yes-label">Yes</span> | <span class="yes-label">Yes</span> |
16+
| 25+ supported source file types | <span class="yes-label">Yes</span> | <span class="yes-label">Yes</span> |
17+
| 20+ additional supported source file types (45+ total)| <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
18+
| 35+ types of metadata | <span class="yes-label">Yes</span> | <span class="yes-label">Yes</span> |
19+
| Built-in integrations with top VLM, LLM, and embedding model providers | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
20+
| _Document processing_ | | |
21+
| Transforms source documents into Unstructured's canonical JSON schema | <span class="yes-label">Yes</span> | <span class="yes-label">Yes</span> |
22+
| Smart routing logic for the most efficient and cost-effective document processing | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
23+
| Advanced semantic chunking strategies, summary generation, and structured data generation | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
24+
| Automatic embedding and chunking logic selection | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
25+
| _Performance_ | | |
26+
| Industry-leading file transformation and table extraction logic | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
27+
| 50x transformation speeds with multi-node serving and auto-scaling | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
28+
| _Usage and billing_ | | |
29+
| Real-time billing and usage dashboard | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
30+
| User interface and API | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
31+
| Use with no-code UI or API | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
32+
| _Additional features_ | | |
33+
| Workflow management and scheduling | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |
34+
| More frequent updates | <span class="yes-label">Yes</span> | <span class="no-label">No</span> |

0 commit comments

Comments
 (0)