Extraction Methods

Available AIEE extraction capabilities and their specifications

Available Methods

Json

v1.0
Capabilities
Supported Formats: PDF, DOCX, TXT
Confidence Range: 0.7-0.9
Avg Processing Time: 1.5s
Use Cases: template_matching, structured_output
Required Providers
Storage Service
Available

Simple_ai

v1.0
Capabilities
Supported Formats: PDF, DOCX, TXT, Images
Confidence Range: 0.8-0.95
Avg Processing Time: 3.0s
Use Cases: ai_extraction, prompt_based, structured_output
Required Providers
Storage Service Llm Service
Available

Tiered_ai

v1.0
Capabilities
Supported Formats: PDF, Images, Scanned documents
Confidence Range: 0.85-0.98
Avg Processing Time: 8.0s
Use Cases: ai_extraction, document_intelligence, multi_stage, structured_output
Required Providers
Storage Service Llm Service Document Intelligence Service
Available

Workflow

v1.0
Capabilities
Supported Formats: PDF, DOCX, TXT, Images, Scanned documents
Confidence Range: 0.85-0.98
Avg Processing Time: 5.0s
Use Cases: workflow_orchestration, service_composition, configurable_pipelines, soa_architecture
Required Providers
Text Extraction Service Llm Service Document Intelligence Service Document Classification Service
Available

Method Comparison

Method Version Formats Confidence Processing Time Use Cases
Json 1.0 PDF, DOCX, TXT 0.7-0.9 1.5s template_matching, structured_output
Simple_ai 1.0 PDF, DOCX, TXT, Images 0.8-0.95 3.0s ai_extraction, prompt_based, structured_output
Tiered_ai 1.0 PDF, Images, Scanned documents 0.85-0.98 8.0s ai_extraction, document_intelligence, multi_stage, structured_output
Workflow 1.0 PDF, DOCX, TXT, Images, Scanned documents 0.85-0.98 5.0s workflow_orchestration, service_composition, configurable_pipelines, soa_architecture

API Usage

Extraction Endpoint

POST /v1/extract
Request Format:
{
  "method": "simple_ai",
  "document_url": "https://example.com/document.pdf",
  "document_text": "Optional direct text input"
}
Response Format:
{
  "success": true,
  "data": {
    "extracted_fields": {...},
    "confidence": 0.95,
    "processing_time": 2.5
  }
}
AIEE v1.2.1 (8bb9a051)
API: v1 | Admin: 1.1.1 | Build: latest | Deployed: 2025-08-06 03:45 UTC