Skip to content

Commit 07cb48b

Browse files
authored
Ingest: supported file types (#640)
1 parent 035622c commit 07cb48b

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

api-reference/supported-file-types.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Supported file types
33
---
44

5-
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types-platform.mdx';
5+
The Unstructured API supports processing of the following file types:
66

7-
<SupportedFileTypes />
7+
import SupportedFileTypesPlatform from '/snippets/general-shared-text/supported-file-types-platform.mdx';
8+
9+
<SupportedFileTypesPlatform />

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
"group": "Ingestion",
279279
"pages": [
280280
"ingestion/overview",
281+
"ingestion/supported-file-types",
281282
"ingestion/ingest-cli",
282283
"ingestion/python-ingest",
283284
"ingestion/ingest-dependencies",

ingestion/supported-file-types.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Supported file types
3+
---
4+
5+
The Unstructured Ingest CLI and Unstructured Ingest Python library support processing of the following file types:
6+
7+
import SupportedFileTypesPlatform from '/snippets/general-shared-text/supported-file-types-platform.mdx';
8+
9+
<SupportedFileTypesPlatform />

snippets/general-shared-text/supported-file-types-platform.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
The Unstructured user interface (UI) and Unstructured API support processing of the following file types:
2-
31
By file extension:
42

53
| File extension |

ui/supported-file-types.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Supported file types
33
---
44

5+
The Unstructured user interface (UI) supports processing of the following file types:
6+
57
import SupportedFileTypesPlatform from '/snippets/general-shared-text/supported-file-types-platform.mdx';
68

79
<SupportedFileTypesPlatform />

welcome.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Here is a screenshot of some Python code that calls the Unstructured Workflow En
9393

9494
## <Icon icon="files" /> Supported file types
9595

96+
The Unstructured user interface (UI) and Unstructured API support processing of the following file types:
97+
9698
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types-platform.mdx';
9799

98100
<SupportedFileTypes />

0 commit comments

Comments
 (0)