1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
General
=======
This plugin can be used to write Orthanc plugins using the Python
programming language instead of the more complex C/C++ programming
languages. It can be used to gain access to Python modules directly in
Orthanc.
This plugin can be of great help to anyone wishing to automate her
imaging workflow, to design/train new machine learning algorithms, or
to deploy AI systems directly in clinical setups.
Full documentation is available in the Orthanc Book:
https://book.orthanc-server.com/plugins/python.html
Configuration
=============
To enable the plugin, you must specify the path to your Python script
by adapting the configuration file "/etc/orthanc/python.json". Then,
restart the Orthanc service:
$> sudo systemctl restart orthanc.service
|