SDK for Sectra's ImageAnalysis API for Digital Pathology
  • Python 99%
  • Makefile 1%
Find a file
2025-08-26 14:44:23 +02:00
contrib/python_modules/sectra_dpat_client Add methods for fetching image info by case and to update quality control 2025-08-22 13:54:28 +02:00
examples/python Update shapely dependency to > 2.1.1 2025-08-26 14:44:23 +02:00
LICENSE.txt Relicense under Clear BSD-3 modified 2024-02-06 11:43:02 +01:00
README.md Add image notification and background processing example code (#7) 2024-11-21 14:55:39 +01:00

Sectra Digital Pathology (DPAT) ImageAnalysis (IA) API - Software Development Kit (SDK)

About

This repository provides examples on integrating with the Sectra IA-API using python code.

The examples folder provides two examples that are suitable to get started. Coding style is intentionally minimalistic, aiming for quick and easy reading, as we expect downstream users to apply their own style and preferences.

Contributing

We are open to accept contributions. This could be:

  • typed clients (e.g. implementing the API specification as dataclasses)
  • further examples (likely to be placed below a contrib/ folder)

Planned extensions

We plan on adding example code for integrating with IDS7 worklists by sending HL7v2 messages.

Changelog

2024-11-20

  • Add background image processing example ( examples/python/ia_wholeslide )
  • Make the repository public

2024-06-13

  • Update README - clarify planning

2024-01-05

  • Added basic example examples/python/ia_app_basic/ showing how an app can accept user input and return results for a specific sub-area of a WSI.