# AI Conversion

## <span class="mw-headline" id="bkmrk-usage-1">Usage</span>

Ever stood with a large amount of unstructured documents, wanting to convert them into a structured database.

With our AI Filemorph that is actually possible: You upload large amounts of documents, that are converted and linked to database records.

## <span class="mw-headline" id="bkmrk-the-filemorph-proces-1">The Filemorph process</span>

What the user sees

1. Bulk upload of files
2. Each file is converted to a record 
    - Record attributes are populated with data from the file
    - The source file is attached to the record

What happens behind the scene

- Files are uploaded
- For each file 
    1. Create a record
    2. Uploaded to the new record
    3. Files are converted text streams 
        - Some files will be OCR processed
    4. For each attribute in the record 
        - Pass data and ask question to language model
        - Transform and populate the value

Conversion cost will be roughly 0,1 DKK per attribute per record.