- 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>
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"metadata": {
|
|
"document_type": "form",
|
|
"document_type_confidence": 0.82,
|
|
"document_type_reasons": [
|
|
"Text pattern match: 'W-2'",
|
|
"Text pattern match: 'Wage and Tax Statement'",
|
|
"Structural signal: has_form_field_layout"
|
|
],
|
|
"profile_name": "form",
|
|
"profile_version": "1.0.0",
|
|
"profile_fields": {}
|
|
}
|
|
}
|