- Create profiles/community/ directory structure with CONTRIBUTING.md - CONTRIBUTING.md covers all required contribution areas: * File naming convention and directory structure * Required profile fields and schema requirements * Local testing workflow with validation steps * PR submission process and review guidelines * License requirements for fixture PDFs * Review checklist and quality standards - Update extraction_loader.rs to add Community profile origin - Update profiles_cmd.rs to list community profiles separately - Document community profiles in profile-authoring.md search path - Add test-profile example to verify implementation Acceptance criteria met: ✅ profiles/community/CONTRIBUTING.md exists with comprehensive guide ✅ Code supports loading and listing community profiles ✅ Path documented in profile-authoring.md Closes bf-4cbfb
18 lines
304 B
YAML
18 lines
304 B
YAML
name: test-profile
|
|
description: Test community profile for verification
|
|
priority: 50
|
|
|
|
match:
|
|
all:
|
|
- text_contains:
|
|
patterns: ["test"]
|
|
|
|
extraction:
|
|
reading_order: line_dominant
|
|
table_detection: strict_borders
|
|
|
|
fields:
|
|
test_field:
|
|
type: string
|
|
extraction:
|
|
regex: "test.*"
|