pdftract/tests/fixtures/profiles/form/expense_report-expected.json
jedarden 6000c654ce fix: resolve compilation errors across codebase
- Fixed missing fields in BlockJson, SpanJson, ExtractionOptions initializations
- Added feature gates to ocr_integration tests for conditional compilation
- Fixed McpServerState::new calls to include audit writer argument
- Fixed CCITTFaxDecoder::decode calls to use instance method
- Fixed type casts for ObjRef::new calls
- Fixed serde_json::Value method calls (is_some -> !is_null)
- Fixed ProfileType test feature gates
- Worked around lifetime issues in schema roundtrip tests

These changes fix numerous compilation errors that were blocking the
codebase from building. The main library and tests now compile successfully.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 08:38:04 -04:00

14 lines
358 B
JSON

{
"metadata": {
"document_type": "form",
"document_type_confidence": 0.80,
"document_type_reasons": [
"Text pattern match: 'Expense Report'",
"Text pattern match: 'itemized expenses'",
"Structural signal: has_form_field_layout"
],
"profile_name": "form",
"profile_version": "1.0.0",
"profile_fields": {}
}
}