Document Store
The document store is a one of the core component of the IDP where users have the ability to engage with their PDF, PNG, JPG, and TIFF files, allowing for the extraction of diverse forms of text data. This encompasses tables, forms that contain key-value pairs, as well as signatures. The files that have been processed through the document store can be utilized for additional operations using process flows.
How to create a Document Store?
- Select Document Store from the Services in the top left corner and Click on
+ New Document Store - Fill in the required fields (Details listed below) and click on
Create Document Storebutton.
Following fields are needed to create an Document Store:
| Properties | Details |
|---|---|
| Document Store Name | A name for the Document store. This should be unique across the platform. |
| Engine | The type of Engine which will be used for processing files in the document store. Can be broadly of 3 types:
|
| Trigger Type | This field is applicable only if Engine is not None. There are three trigger types:
|
| Schedule Expression | Time-Based trigger type require a schedule expression. i.e., Every 15 min, daily, etc. Read more |
| Description | Description of the Document Store being created. |
| Keywords | Keywords indexed & searchable in app. Choose meaningful keywords to flag related stores & easily find them later. |
| Features | This field is applicable only if engine is Textract. Types of features that user wants to enable for Document Store: FORMS, TABLES, SIGNATURES. |
| User Prompt | This field is applicable only if engine is selected as one of the enabled Models. This prompt is passed on to the model for extracting required information from the uploaded files. |
| Auto Create Source | Enabling this option allows user to auto-create the Source Dataset required for the Document Store or user can choose a Source Dataset from the list of their Amorphic datasets by disabling this option. |
| Use Default Domain | Amorphic dataset for Document Store will be created in default domain by enabling this option or user need to choose a different domain in Amorphic. |
Below image shows how to create a new Document Store

After its creation, you cannot modify the Name, Source Dataset, or Domain of a Document Store.
Documents that undergo processing in Document Store without any features will be labeled as "completed," even though OCR results are not present.
If a model is selected as the document store's engine, it must support images as an input modality. For non OpenAI models the application will showcase this information.
Also note models are only capable of extracting key-value pairs and tabular data.
How to import files into Document Store?
User can run OCR process on documents after uploading them to Document Store. There are two ways to import files into Document Store.
1. From an existing Amorphic dataset
User can import files from an existing Amorphic dataset to Document Store by specifying the source dataset at the time of Document Store creation.
To import files from an Amorphic source dataset, disable Auto Create Source in the Advanced options and select a Source Dataset at the time of Document Store creation.
All the files metadata in the Amorphic source dataset will be imported into the Document Store after the completion of store creation and this will be an asynchronous process.

2. By manual file upload
User can also upload files to the Document Store whenever it required. To upload files to the Document Store follow below steps:
- Select the Document Store that you want to upload files to and click on the
Uploadin the top right corner. - Add the files that you want to upload and click the
Upload(n) Filesbutton. All the files will be uploaded into the Document Store.
Below image shows how to upload files to the Document Store
