Difference between revisions of "Features/AI conversion"
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 | ||
# | # For each file | ||
# | ## Create a record | ||
# | ## Uploaded to the new record | ||
# | ## Files are converted text streams | ||
#* For each attrbute in the record | ##* 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 |
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
- 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