enums.PluginTransport

enums.PluginTransport()

Where a plugin’s component actually runs.

Attributes

Name Description
CONTAINER In a container image, served on demand.
LOCAL In this process, from a tesseract_api.py on disk.
PYTHON An importable object in this process satisfying one of the contracts
REMOTE Behind a URL someone else operates.