feat: implement robust personnel data extraction pipeline with text-based fallback and coordinate-aware processing
This commit is contained in:
18
.claude/settings.local.json
Normal file
18
.claude/settings.local.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python -m pytest tests/unit/test_personnel_text_fallback.py -x -q)",
|
||||
"Bash(python -c \"import sys; print\\(sys.executable\\)\")",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit/test_personnel_text_fallback.py -x -q)",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit -x -q)",
|
||||
"Bash(git stash *)",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit/test_api.py::test_documents_sync_returns_pipeline_output -x -q)",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit --ignore=tests/unit/test_api.py -q)",
|
||||
"Bash(.venv/Scripts/python.exe -c ' *)",
|
||||
"Bash(xargs grep *)",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit -q --ignore=tests/unit/test_api.py --ignore=tests/unit/test_api_hitl.py --ignore=tests/unit/test_blob_storage.py)",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit/test_ocr_layout.py tests/unit/test_personnel_text_fallback.py -q)",
|
||||
"Bash(.venv/Scripts/python.exe -m pytest tests/unit/test_personnel_text_fallback.py tests/unit/test_ocr_layout.py -q)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user