Installation¶
From PyPI¶
!!! info "Python version" hiperhealth requires Python >= 3.10, < 4.
System Dependencies¶
Some extraction features rely on system packages:
| Package | Purpose |
|---|---|
tesseract |
OCR on image-based medical reports |
libmagic |
MIME type detection |
!!! tip The conda development environment already includes these.
From Source¶
Clone the repository and create the development environment:
Install the package and development tooling:
Verify the Installation¶
Run the test suite:
Build and preview the docs locally: