feat: implement robust personnel data extraction pipeline with text-based fallback and coordinate-aware processing
This commit is contained in:
@@ -22,6 +22,7 @@ class ReviewFlag(str, Enum):
|
||||
LLM_FALLBACK = "llm_fallback"
|
||||
LLM_UNAVAILABLE = "llm_unavailable"
|
||||
PERSONNEL_TEXT_FALLBACK = "personnel_text_fallback"
|
||||
PERSONNEL_TEXT_FALLBACK_NO_NRP = "personnel_text_fallback_no_nrp"
|
||||
INCOMPLETE_PERSONNEL_ROW = "incomplete_personnel_row"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user