The conformance test rig at crates/pdftract-core/tests/conformance.rs already exists and is comprehensive. Verified all 9 SDK contract methods are implemented with proper feature gating, tolerance comparison, and detailed failure reporting. Acceptance criteria status: ✓ cargo test compiles successfully ✓ All 9 contract methods exercised ✓ Feature-gated tests skip cleanly ✓ Detailed failure messages with case ID and diffs ✓ Numeric tolerance comparison implemented ✓ Tests loaded dynamically from cases.json
13 lines
368 B
Swift
13 lines
368 B
Swift
//
|
|
// Options.swift
|
|
// Pdftract
|
|
//
|
|
// This file is kept for compatibility.
|
|
// Actual options are defined in their respective model files:
|
|
// - ExtractionOptions, TextOptions, MarkdownOptions: see Source.swift
|
|
// - SearchOptions: see Match.swift
|
|
// - HashOptions: see Fingerprint.swift
|
|
// - ClassificationOptions: see Classification.swift
|
|
//
|
|
|
|
import Foundation
|