Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions snippets/general-shared-text/get-started-single-file-ui.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import SupportedFileTypesSMBPlayground from '/snippets/general-shared-text/supported-files-types-smb-playground.mdx';

This quickstart shows how, in just a few minutes, you can use the Unstructured user interface (UI) to quickly and easily see Unstructured's
best-in-class transformation results for a single file that is stored on your local computer.

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

<Note>
If you choose to use your own file, the file must be 10 MB or less in size.
</Note>
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:

<SupportedFileTypesSMBPlayground />

![Welcome interface on the Start page](/img/ui/single-file/welcome.png)

3. After Unstructured has finished parsing and transforming the file (a process known as
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
| File extension |
| --- |
| `.bmp` |
| `.csv` |
| `.doc` |
| `.docx` |
| `.eml` |
| `.epub` |
| `.heic` |
| `.html` |
| `.jpeg` |
| `.jpg` |
| `.md` |
| `.msg` |
| `.odt` |
| `.org` |
| `.p7s` |
| `.pdf` |
| `.png` |
| `.ppt` |
| `.pptx` |
| `.rst` |
| `.rtf` |
| `.tif` |
| `.tiff` |
| `.tsv` |
| `.txt` |
| `.xls` |
| `.xlsx` |
| `.xml` |