Releases: Lightbridge-KS/radreportparser
Releases · Lightbridge-KS/radreportparser
v0.2.0
What's Changed
- Add support for Google RE2 regex backend in #1. This can be configured as optional dependency via
backendargument inRadReportExtractor()andSectionExtractor()at the initialization.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
First release of RadReportParser 🚀, a Python package for parsing radiology report text using regular expressions.
Key Features
- Extract common radiology report sections (i.e., Title, History/Clinical indication, Technique, Comparison, Findings, Impression)
- Flexible pattern matching with customizable section markers
- Convert extracted sections to: Python dictionary, JSON format
Notes
- The API is not yet stable and may change in future releases