GhostCanary commited on
Commit
d97eba9
·
verified ·
1 Parent(s): 9a3e311

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - synthetic-data
7
+ - document-ai
8
+ - ocr
9
+ - medical
10
+ - clinical
11
+ - healthcare
12
+ - australia
13
+ - evaluation
14
+ pretty_name: RCA Medical Library - 25-Document Review Pack
15
+ size_categories:
16
+ - n<1K
17
+ ---
18
+
19
+ # RCA Medical Library - 25-Document Review Pack
20
+
21
+ Public sample from the RCA Medical Library. 25 synthetic Australian medical documents across 18 document types with ground truth and bounding boxes.
22
+
23
+ Fully synthetic. No real patient, clinician, hospital, Medicare, MRN, provider or customer data. NSW conventions applied throughout: AU postcodes, valid Medicare number format, AU clinician postnominals (FRACGP, FRACP, FRCPA, FRANZCR, FACEM, FRACS), TRN-PROV provider numbers. SYNTHETIC TRAINING DOCUMENT disclaimer on every page.
24
+
25
+ ## What is in the preview
26
+
27
+ - 25 PDFs across 18 document types: discharge summaries, ED assessments, ECG 12-lead, ECG reports, referral letters, medical certificates, home care plan, admission checklist, prescription, physiotherapy assessment and treatment plan, internal correspondence, bone density report, ophthalmology assessment, imaging request, medication chart, haemodialysis flow, progress note
28
+ - Clean and scanned variants for each (rotation + JPEG noise)
29
+ - Ground truth CSV and JSONL with labelled fields
30
+ - Per-document bounding boxes for all labelled fields
31
+
32
+ ## What is in the full library
33
+
34
+ 200 documents across 41 document types covering discharge summaries, ED assessments, pathology, imaging (CT, MRI, X-ray, ultrasound, mammogram), referrals, medication charts, MAR forms, prescriptions, scoring sheets (Barthel, MMSE, Glasgow), care plans, specialist correspondence, theatre notes, anaesthetic charts, observation charts, fluid balance charts, and more.
35
+
36
+ ## What it is for
37
+
38
+ - OCR evaluation
39
+ - Medical document AI QA
40
+ - Layout extraction testing
41
+ - Clinical and administrative document extraction testing
42
+ - Demo data without PHI risk
43
+ - Regression testing
44
+
45
+ ## What it is not for
46
+
47
+ Clinical decisions, billing, identity verification, real Medicare claims, or any real clinical workflow.
48
+
49
+ ## License
50
+
51
+ Creative Commons Attribution-NonCommercial 4.0. For commercial use, custom medical libraries, or the full library, see [rootcauseanalytics.com.au](https://rootcauseanalytics.com.au).
52
+
53
+ ## Citation
54
+
55
+ ```bibtex
56
+ @misc{rca-medical-25doc-preview,
57
+ author = {Webb, Jack},
58
+ title = {RCA Medical Library - 25-Document Review Pack},
59
+ year = {2026},
60
+ publisher = {Root Cause Analytics},
61
+ url = {https://rootcauseanalytics.com.au/libraries/medical}
62
+ }
63
+ ```