# MAGIC 1. Look up the field's citation → element-level bbox (page-pixel coords). # MAGIC 2. Join that bbox back to the matching `ai_parse_document` element to recover # MAGIC source text/context.
Overview This Python script automates the cleaning, standardization, and matching of medical diagnoses using fuzzy string matching and an abbreviation dictionary. It processes raw patient diagnosis ...