Difference between revisions of "Features/AI conversion"

From TempusServa wiki
Jump to navigation Jump to search
(Created page with "== 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...")
 
Line 13: Line 13:
What happens behind the scene
What happens behind the scene
# Files are uploaded
# Files are uploaded
# Each file
# For each file
#* Create a record
## Create a record
#* Uploaded to the new record
## Uploaded to the new record
#* Files are text streams  
## Files are converted text streams  
#* For each attrbute in the record
##* Some files will be OCR processed
#** Ask question to language model
## For each attrbute in the record
#** Transform and populate the value
##* Pass data and ask question to language model
##* Transform and populate the value

Revision as of 10:27, 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

  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 attatched to the record

What happens behind the scene

  1. Files are uploaded
  2. 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 attrbute in the record
      • Pass data and ask question to language model
      • Transform and populate the value