โ๏ธ Processing documents
Overview
Once a document is uploaded, one can start to think about processing it to produce an output
Processing can be done in various ways:
- The AIForged Studo
- Auto Batch Processing
- API/ SDK/ BOT
Processing a document produces a result file, processing it multiple times with the default processing parameters produces multiple output files
Processing documents in the AIForged Studio
- Open the service view by clicking on the service card in your agent view (processing multiple documents can only done from the service view, you can only process individual documents from the agent view). 2. Select the documents to be processed3. Click on the Process button4. Tune the processing parameters and click on Process## Auto processing
This is set up in the service settings. This will automatically process documents in the received state
- Open the service settings dialog: 2. In the Auto Execution tab set the Batch Size (recommended 10 -30 documents)3. Set the Execution Interval (minimum 10 minutes)4. Set the Auto Execution option to True
Documents older than 7 days will not be auto-processed
API Processing
Refer to API/ SDK/ Bot documentation