Limited data available — 3 of 6 signals pending evaluation
About this score
Scored across 23 sub-signals in 6 dimensionsScoring engine v1 (beta) — actively being expandedPhase 1: Core sub-signal architecture (live)Phase 2: Permission scope & expanded collection (in progress)
Trust AssessmentAI Assessment
แผนการปรับแต่ง: ระบบอัตโนมัติในการกรอกแบบฟอร์ม PDF
กรณีการใช้งานเป้าหมาย (6): การกรอกแบบฟอร์ม PDF อัตโนมัติจาก CSV → ตัวเลือกดรอปดาวน์บนเบราว์เซอร์ → การตรวจสอบด้วยภาพ
ธงใหม่ (4):
--csv PATH # Input CSV file
--pdf PATH # Base PDF template
--fields "Name=100,700 Date=100,650 ID=100,600" # XY field mappings
--dropdown FIELD # CSV column for HTML selector
--output DIR # Output folder (default: ./output)
--template PATH # Custom HTML template (default: embedded)
--verify # Open browser to verify generated PDFs
--batch-size N # Process N records at a time
การเปลี่ยนแปลงรูปแบบเอาต์พุต (5):
Extended JSON:
{
"success": true,
"records_processed": 50,
"pdfs_generated": ["1_John.pdf", "2_Jane.pdf"],
"html_viewer": "output/template.html",
"csv_updated": "output/data_updated.csv",
"fields_filled": ["Name", "Date", "ID"]
}
เอกสาร/เวิร์กโฟลว์ (3):
## PDF Form Filler Workflow
```bas