ocr / calibrated_fields.py
hanz245's picture
set up
7111e1a
raw
history blame contribute delete
374 Bytes
# Auto-calibrated � copy-paste into field_extractor.py
BIRTH_FIELDS = {
"Province": (0.0941, 0.0701, 0.6361, 0.0848),
"City/Municipality": (0.1621, 0.0880, 0.6429, 0.1086),
"first_name": (0.0465, 0.1183, 0.3265, 0.1375),
"middle_name": (0.3469, 0.1189, 0.6916, 0.1375),
}