Skip to content

Commit e7f1e2f

Browse files
authored
Supported file types for transform experience (#784)
1 parent d34c52b commit e7f1e2f

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

snippets/general-shared-text/get-started-single-file-ui.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import SupportedFileTypesSMBPlayground from '/snippets/general-shared-text/supported-files-types-smb-playground.mdx';
2+
13
This quickstart shows how, in just a few minutes, you can use the Unstructured user interface (UI) to quickly and easily see Unstructured's
24
best-in-class transformation results for a single file that is stored on your local computer.
35

@@ -20,10 +22,10 @@ Do the following:
2022
- Click one of the sample files, such as **realestate.pdf**, to have Unstructured parse and transform that sample file.
2123
- Click **Browse files**, and then browse to and select one of your own files, to have Unstructured parse and transform it.
2224

23-
<Note>
24-
If you choose to use your own file, the file must be 10 MB or less in size.
25-
</Note>
25+
If you choose to use your own file, the file must be 10 MB or less in size. Also, the file must one of the following supported file types:
2626

27+
<SupportedFileTypesSMBPlayground />
28+
2729
![Welcome interface on the Start page](/img/ui/single-file/welcome.png)
2830

2931
3. After Unstructured has finished parsing and transforming the file (a process known as
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
| File extension |
2+
| --- |
3+
| `.bmp` |
4+
| `.csv` |
5+
| `.doc` |
6+
| `.docx` |
7+
| `.eml` |
8+
| `.epub` |
9+
| `.heic` |
10+
| `.html` |
11+
| `.jpeg` |
12+
| `.jpg` |
13+
| `.md` |
14+
| `.msg` |
15+
| `.odt` |
16+
| `.org` |
17+
| `.p7s` |
18+
| `.pdf` |
19+
| `.png` |
20+
| `.ppt` |
21+
| `.pptx` |
22+
| `.rst` |
23+
| `.rtf` |
24+
| `.tif` |
25+
| `.tiff` |
26+
| `.tsv` |
27+
| `.txt` |
28+
| `.xls` |
29+
| `.xlsx` |
30+
| `.xml` |

0 commit comments

Comments
 (0)