File Structure & Logic propy-deed-validator/ ├── models.py # Pydantic schemas — typed contracts between all layers ├── llm_extractor.py # LLM extraction ONLY — reads messy text, fills form ├── ...
_a = {scorer}("", "", score_cutoff=0.5) # type: ignore [call-overload] _a = {scorer}("", "", processor=string_preprocessor) _a = {scorer}("", list(""), processor ...