OfficerDetails-1.pdf → assets/cvs files/officer-details-from-pdf-import.csv
===========================================================================

The CSV has one row per unique Ohio "Officer ID" from the PDF (duplicate lines in the PDF are merged). Columns match Community Registry CSV import:

  first_name, last_name, address_city (Mansfield), address_state (Ohio), status (active),
  employer_name (Mansfield Police Department), employer_position (Police officer),
  employer_is_current (0), employer_start_date (earliest original certification date, YYYY-MM-DD),
  employer_notes (officer ID, statuses, all certification dates from the PDF).

Import: WordPress admin → CR Registry → Import → upload cvs files/officer-details-from-pdf-import.csv.
Use merge options if you already have some of these people.

Regenerate CSV after replacing the PDF:
  python -m pip install pypdf
  python parse_officer_pdf_text.py

(Run from this folder, or pass paths as needed.)
