GhostCanary commited on
Commit
2b2febb
·
verified ·
1 Parent(s): 478c5cc

Upload README_START_HERE.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README_START_HERE.md +114 -0
README_START_HERE.md ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RCA Medical Library - Free 25-Document Review Pack
2
+
3
+ Welcome. This is the free 25-document review pack of the RCA Medical Library, a synthetic Australian medical training document library for OCR and document AI evaluation.
4
+
5
+ Everything in this folder is fully synthetic. No real patient, clinician, hospital, Medicare, MRN, provider or customer data was used in generation. Disclaimer banners are embedded in every PDF. NSW conventions are applied throughout: AU postcodes, valid Medicare number format, AU clinician postnominals (FRACGP, FRACP, FRCPA, FRANZCR, FACEM, FRACS), TRN-PROV provider numbers.
6
+
7
+ If you want this weighted differently for a Medical Pilot Pack (more discharge summaries, more pathology, more imaging, a specific specialty), reply to my email and I will scope a Pilot Pack quote.
8
+
9
+ Jack Webb, Root Cause Analytics
10
+ rootcauseanalytics.com.au
11
+
12
+ ---
13
+
14
+ ## 5-minute recommended review path
15
+
16
+ Allocate 5 minutes. The goal is to evaluate whether the document quality, ground truth, and bounding boxes fit your OCR and clinical extraction QA workflow.
17
+
18
+ ### Minute 1 - Open four representative documents
19
+
20
+ Open these in order. They span four common clinical document classes:
21
+
22
+ 1. `pdfs/0005_discharge_summary_DEMENTIA_MCI_Sharma.pdf` - hospital discharge summary
23
+ 2. `pdfs/0021_ed_assessment_STEMI_ACUTE_Ross.pdf` - emergency department assessment
24
+ 3. `pdfs/0003_referral_letter_CATARACT_GLAUCOMA_Haddad.pdf` - GP to specialist referral
25
+ 4. `pdfs/0024_imaging_request_THYROID_HYPO_Hall.pdf` - radiology / imaging request
26
+
27
+ Note the NSW conventions: postcodes (2XXX), Medicare number format, hospital naming (NSW Health-style Local Health Districts), AU clinician postnominals.
28
+
29
+ ### Minute 2 - Open the scanned variants
30
+
31
+ Open `pdfs_scanned/0005_discharge_summary_DEMENTIA_MCI_Sharma_scanned.pdf` next to its clean counterpart. The scanned variant has rotation, JPEG compression and printer-style noise. This is your OCR robustness test material.
32
+
33
+ Each clean PDF has a matching scanned variant in `pdfs_scanned/`.
34
+
35
+ ### Minute 3 - Scan the document type spread
36
+
37
+ This pack samples 18 of the 41 supported document types in the full library. The 25 documents include:
38
+
39
+ - 3 referral letters
40
+ - 2 discharge summaries
41
+ - 2 ED assessments
42
+ - 2 ECG 12-lead, 2 ECG reports
43
+ - 2 medical certificates
44
+ - 1 each of: home care plan, admission checklist, prescription, physiotherapy assessment, physiotherapy treatment plan, internal correspondence, bone density report, ophthalmology assessment, imaging request, medication chart, haemodialysis flow, progress note
45
+
46
+ The full library covers 41 document types: discharge summaries, ED assessments, pathology reports, imaging reports (CT, MRI, X-ray, ultrasound, mammogram), referral letters, medication charts, MAR forms, prescriptions, scoring sheets (Barthel, MMSE, Glasgow), care plans, specialist correspondence, theatre notes, anaesthetic charts, observation charts, fluid balance charts, and others.
47
+
48
+ ### Minute 4 - Inspect the ground truth and bounding boxes
49
+
50
+ Open `ground_truth.csv` and `ground_truth.jsonl`. Each row corresponds to one PDF and includes structured fields for:
51
+
52
+ - Document identity: `document_id`, `document_type`, `pdf_filename`
53
+ - Patient demographics: `patient_name`, `patient_dob`, `patient_age`, `patient_sex`, `patient_address`, `patient_phone`, `patient_occupation`
54
+ - Identifiers: `mrn`, `medicare`, `nok_name`, `nok_relationship`, `allergies`
55
+ - Clinical context: `case_id`, `specialty`, `principal_diagnosis`, `principal_icd`
56
+ - Facilities: `hospital_name`, `hospital_lhd`, `ward`, dates
57
+ - Clinicians: `registrar_name`, `consultant_name`, `gp_name`
58
+ - Medications: `medications` (pipe-separated), `new_medications`
59
+ - Per-doc-type fields: `accession_no` for imaging, `lab_ref` for pathology, `triage_category` for ED, etc.
60
+ - Style metadata: `style_profile`, `template_family`, `document_origin`, `synthetic_disclaimer_variant`, `density`
61
+
62
+ Open `bboxes.jsonl`. Each row has per-field bounding boxes (`page`, `x`, `y`, `width`, `height`) in PDF coordinate space. Use these for layout extraction QA, to validate field-level coordinates from your OCR pipeline.
63
+
64
+ ### Minute 5 - Decide
65
+
66
+ Three useful questions:
67
+
68
+ 1. Does the visual layout and NSW-AU conventions match what your model sees in production (or what you want it to see)?
69
+ 2. Do the ground truth schema and bbox structure plug into your existing eval pipeline?
70
+ 3. Would a 100 to 200-document Medical Pilot Pack scoped to a specialty (e.g. only ED, only discharge summaries, only pathology) close a gap?
71
+
72
+ If yes to 3, the Medical Pilot Pack is contact-for-quote at https://rootcauseanalytics.com.au/libraries/medical and I can scope it on a 20-minute call.
73
+
74
+ If no, I would still like 60 seconds of feedback on what was missing. Reply to my email or LinkedIn DM.
75
+
76
+ ---
77
+
78
+ ## What is in this folder
79
+
80
+ ```
81
+ /
82
+ pdfs/ # clean PDFs (25 documents)
83
+ pdfs_scanned/ # scanned variants with rotation + JPEG noise
84
+ ground_truth.csv # one row per document, all labelled fields
85
+ ground_truth.jsonl # same as CSV, JSONL for line-stream consumers
86
+ bboxes.jsonl # per-field bounding boxes, PDF coordinates
87
+ manifest.json # generation metadata (seed, counts)
88
+ splits.json # train / val / test stratified splits
89
+ README.md # auto-generated library card (HF-style)
90
+ README_START_HERE.md # this file
91
+ ```
92
+
93
+ ## What is not in this folder (but is in a Pilot Pack)
94
+
95
+ - 100 to 200 documents scoped to your specialty
96
+ - Full coverage of all 41 document types where applicable
97
+ - Larger validated set for benchmarking
98
+ - Optional specialty deep dive (e.g. all-radiology, all-pathology, all-ED)
99
+ - Same delivery shape: clean + scanned PDFs, ground truth CSV/JSONL, bboxes
100
+ - Contact-for-quote pricing scoped per request
101
+
102
+ ## Trust and licensing
103
+
104
+ - Fully synthetic. No real patient, clinician, hospital, Medicare, MRN, provider or customer data.
105
+ - NSW conventions applied: AU postcodes, valid Medicare format, AU clinician postnominals.
106
+ - "SYNTHETIC TRAINING DOCUMENT" disclaimer embedded on every page.
107
+ - Use for: OCR evaluation, medical document AI QA, layout extraction testing, demo data without PHI risk.
108
+ - Do not use for: clinical decisions, billing, identity verification, real Medicare claims, or any real clinical workflow.
109
+
110
+ ## Contact
111
+
112
+ Jack Webb, founder
113
+ Root Cause Analytics, Sydney
114
+ rootcauseanalytics.com.au