Concept

When user searches a drug name → exact text from the PDF is shown.

No calculations. No changes. Exact text, exactly as written in the source.

Two Sources

Source Book Coverage
Neonatology Neofax NICU drugs — neonatal dosing
Paediatrics Harriet Lane Paediatric drugs — older children

How It Works (Technical)

  1. Dr. Sunil uploads Neofax PDF + Harriet Lane PDF
  2. We extract all text from both PDFs using Python
  3. Each drug entry is saved as structured JSON files
  4. Files are bundled INTO the app (offline — no internet needed)
  5. User searches drug name → app finds and displays exact text
  6. Search handles partial names and spelling variations

App UI

Drug Formulary Screen:

Steps