Package com.mindee

Class CommandLineInterface

  • All Implemented Interfaces:
    Runnable

    public class CommandLineInterface
    extends Object
    implements Runnable
    Top-level Mindee CLI entry point.

    V2 commands (search-models, classification, crop, extraction, ocr, split) are available at the root level. V1 product commands are available under the v1 subcommand.

    • Constructor Detail

      • CommandLineInterface

        public CommandLineInterface()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main entry point for the Mindee CLI.
        Parameters:
        args - command-line arguments
      • run

        public void run()
        Specified by:
        run in interface Runnable