Platonic-io cli interface
Introduction
Platonic-io provides cli interface for easy interacting with core modules. Below you will find commands with short description.
Available commands
Basic syntax is platonic-io [OPTIONS] COMMAND [ARGS]...
Commands:
gui- is used to run gui. You can also specify number of threads for video processing
Usage: platonic-io gui [OPTIONS]
Options:
-t, --threads INTEGER
--help Show this message and exit.
ocr- this is interface forLicencePlateOCRReaderclass.
Usage: platonic-io ocr [OPTIONS] IMAGE_PATH
Options:
--help Show this message and exit.
process-video- this is simple interface for runningMasterclass which processes videos.
Usage: platonic-io process-video [OPTIONS] INPUT_VIDEO OUTPUT_PATH
Options:
-t, --threads INTEGER
--help Show this message and exit.