Difference between revisions of "Features/AI conversion"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
What happens behind the scene | What happens behind the scene | ||
* Files are uploaded | |||
* For each file | |||
*# Create a record | |||
*# Uploaded to the new record | |||
*# Files are converted text streams | |||
*#* Some files will be OCR processed | |||
*# For each attrbute 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 attributte per record. |
Latest revision as of 10:28, 10 November 2024
Usage
Ever stood with a large mount of unstructured of documemts, wanting to convert them into structured database.
With our AI Filemorph that is actually possible: You upload large amounts of documents, that are converted and linked to database records.
The Filemorph process
What the user sees
- Bulk upload of files
- Each file is converted to a record
- Record attributes are populated with data from the file
- The source file is attatched to the record
What happens behind the scene
- Files are uploaded
- For each file
- Create a record
- Uploaded to the new record
- Files are converted text streams
- Some files will be OCR processed
- For each attrbute 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 attributte per record.