OpenMed 1.5.5 is a local-first PII, service lifecycle, and README refresh release.
This release adds batch PII extraction/de-identification, REST model unload and keep-alive controls, stronger Swift/OpenMedKit long-document PII handling, and a polished multilingual README/brand refresh.
Highlights
- Added
BatchProcessor(operation="extract_pii")andBatchProcessor(operation="deidentify")for batch PII workflows. - Added REST model lifecycle controls:
GET /models/loaded,POST /models/unload, request-levelkeep_alive, andOPENMED_SERVICE_KEEP_ALIVE. - Added Swift/OpenMedKit chunked PII extraction for long OCR text and improved ScanDemo clinical document PII recovery.
- Refreshed the README with mascot/brand assets, an on-device PII demo GIF, Apple Silicon/Swift/iOS entry points, and 13 translated READMEs.
- Bumped package, README, docs, website, and Swift demo version surfaces to
1.5.5.
What's Changed
- add extract_pii/deidentify to BatchProcessor via an operation parameter by @thirdwing in #61
- Add model unload and keep-alive controls by @maziyarpanahi in #62
- [codex] Improve ScanDemo clinical document PII flow by @maziyarpanahi in #63
- docs: refresh README with mascot, visuals & 14-language translations by @maziyarpanahi in #64
Full Changelog: v1.5.2...v1.5.5
What's Changed
- add extract_pii/deidentify to BatchProcessor via an operation parameter by @thirdwing in #61
- Add model unload and keep-alive controls by @maziyarpanahi in #62
- Improve ScanDemo clinical document PII flow by @maziyarpanahi in #63
- docs: refresh README with mascot, visuals & 14-language translations by @maziyarpanahi in #64
New Contributors
- @thirdwing made their first contribution in #61
Full Changelog: v1.5.2...v1.5.5