-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 810 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"dpi": 300,
"max_retries": 3,
"retry_delay": 5,
"vlm_model": "qwen/qwen3-vl-8b",
"vlm_endpoint": "http://localhost:1234/v1",
"enable_multi_record": true,
"enable_duplicate_detection": true,
"export_excel": true,
"export_markdown": true,
"export_json": true,
"batch_size": 10,
"parallel_workers": 1,
"log_level": "INFO",
"enable_validation_stage": false,
"enable_self_correction": false,
"enable_consensus_for_critical_fields": false,
"critical_field_keywords": [
"id",
"number",
"code",
"mrn",
"ssn",
"date",
"dob",
"amount",
"charge",
"total",
"balance"
],
"validation_confidence_threshold": 0.85,
"max_fields_per_extraction_call": 10,
"enable_schema_decomposition": true,
"enable_synthetic_few_shot_examples": false
}