Unstructured Platform quickstart
This quickstart uses a no-code, point-and-click user interface in your web browser to get all of your data RAG-ready. Data is processed on Unstructured-hosted compute resources.
The requirements are as follows.
- A compatible source (input) location that contains your data for Unstructured to process. See the list of supported source types.
- For document-based source locations, compatible files in that location. See the list of supported file types. If you do not have any files available, you can download some from the example-docs folder in the Unstructured repo on GitHub.
- A compatible destination (output) location for Unstructured to put the processed data. See the list of supported destination types.
Sign up
To sign up for the Unstructured Platform, go to the For Developers page and enter your information.
By signing up through the For Developers page, your Unstructured account will run within the context of the Unstructured Platform on Unstructured’s own hosted cloud resources. Also, after your first 14 days of usage or more than 1000 processed pages per day, whichever comes first, your account is then billed at Unstructured’s standard service usage rates. You can always start a prepaid subscription in exchange for usage rate discounts. To switch your account from a pay-as-you-go plan to a prepaid subscription, contact Unstructured Sales at sales@unstructured.io.
If you would rather run the Unstructured Platform within the context of your own virtual private cloud (VPC), or you want to make a long-term billing commitment in exchange for deeply discounted service usage rates, stop here and sign up through the For Enterprise page instead.
Sign in
-
After you have signed up through the For Developers page, the Unstructured Platform sign-in page appears.
If you signed up through the For Enterprise page instead, your sign-in process will be different. For enterprise sign-in guidance, contact Unstructured Sales at sales@unstructured.io.
-
Click Google or GitHub to sign in with the Google or GitHub account that you signed up with through the For Developers page. Or, enter the email address that you signed up with, and then click Sign In.
-
If you entered your email address, check your email inbox for a message from Unstructured. In that email, click the Sign In link.
-
The first time you sign in, read the terms and conditions, and then click Accept.
After you have signed in through the For Developers page for the first time, you can sign in the second time and beyond by going to the Unstructured home page at https://unstructured.io and clicking Login.
For enterprise sign-in guidance, contact Unstructured Sales at sales@unstructured.io.
Set the source (input) location
- From your Unstructured Platform dashboard, in the sidebar, click Connectors.
- Click Sources.
- Cick New or Create Connector.
- For Name, enter some unique name for this connector.
- In the Provider area, click the source location type that matches yours.
- Click Continue.
- Fill in the fields with the appropriate settings. Learn more.
- If a Continue button appears, click it, and fill in any additional settings fields.
- Click Save and Test.
Set the destination (output) location
- In the sidebar, click Connectors.
- Click Destinations.
- Cick New or Create Connector.
- For Name, enter some unique name for this connector.
- In the Provider area, click the destination location type that matches yours.
- Click Continue.
- Fill in the fields with the appropriate settings. Learn more.
- If a Continue button appears, click it, and fill in any additional settings fields.
- Click Save and Test.
Define the workflow
-
In the sidebar, click Workflows.
-
Click New Workflow.
-
Next to Build it with me, click Create Workflow.
If a radio button appears instead of Build it with me, select it, and then click Continue. -
For Workflow Name, enter some unique name for this workflow.
-
In the Sources dropdown list, select your source location from Step 3.
-
In the Destinations dropdown list, select your destination location from Step 4.
You can select multiple source and destination locations. Files will be ingested from all of the selected source locations, and the processed data will be delivered to all of the selected destination locations. -
Click Continue.
-
In the Optimize for section, select the option to choose one of these preconfigured workflow settings groups:
-
Basic: Ideal for simple, text-only documents.
-
Advanced: Best for PDFs, images, and complex file types.
-
Platinum: For your most challenging documents, including scanned and handwritten content. It uses vision language models (VLMs). During processing, files that are not PDFs or images are processed by using the Advanced strategy and are charged at the Advanced rate instead.
When you use the Platinum strategy for PDF files of 200 or more pages, you might notice some errors when these files are processed. These errors typically occur when these larger PDF files have lots of tables and high-resolution images.
-
-
The Reprocess all box applies only to the Amazon S3 and Azure Blob Storage source connectors:
- Checking this box reprocesses all documents in the source location on every workflow run.
- Unchecking this box causes only new documents that are added to the source location since the last workflow run to be processed on future runs. Previously processed documents are not processed again, even if those documents’ contents change.
-
If you want to retry processing any documents that failed to process, check the Retry Failed Documents box.
-
Click Continue.
-
If you want this workflow to run on a schedule, in the Repeat Run dropdown list, select one of the scheduling options, and fill in the scheduling settings. Otherwise, select Don’t repeat.
-
Click Complete.
Process the documents
- If you did not choose to run this workflow on a schedule in Step 5, you can run the workflow now: on the sidebar, click Workflows.
- Next to your workflow from Step 5, click Run.
Monitor the processing job
- In the sidebar, click Jobs.
- In the list of jobs, wait for the job’s Status to change to Finished.
- Click the row for the job.
- If Overview displays Success, go to the next Step.
View the processed data
Go to your destination location to view the processed data.
Was this page helpful?