pdftract/crates/pdftract-core/src/profiles
jedarden 2ba56d8186 feat(bf-3vo80): add UnmappedGlyphNamesConfig struct to build.rs
Added typed config struct for unmapped glyph names configuration:
- unmapped_glyph_names: Vec<String> - list of glyph names to skip
- description: Option<String> - optional documentation
- version: Option<String> - format version identifier

The struct represents the JSON structure from build/unmapped-glyph-names.json
and is ready for parsing implementation in follow-up beads.

Closes bf-3vo80. Verification: notes/bf-3vo80.md
2026-07-06 14:42:07 -04:00
..
apply_profile.rs feat(profiles): add profile infrastructure and initial fixtures 2026-05-31 15:10:51 -04:00
engine.rs feat(pdftract-2iyk): implement classifier engine 2026-05-24 10:23:58 -04:00
extraction.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
extraction_loader.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
field_extractor.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
loader.rs feat(pdftract-64p5): implement classify CLI subcommand and --auto flag 2026-05-24 15:16:56 -04:00
match_eval.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
mod.rs feat(bf-3vo80): add UnmappedGlyphNamesConfig struct to build.rs 2026-07-06 14:42:07 -04:00
signals.rs feat(pdftract-49cn): implement feature signal extraction for classifier 2026-05-24 11:01:18 -04:00
types.rs feat(pdftract-51bk): implement ProfileType, Profile, MatchPredicate types 2026-05-24 09:34:40 -04:00