Package com.mindee
Class CommandLineInterface
- java.lang.Object
-
- com.mindee.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
v1subcommand.
-
-
Constructor Summary
Constructors Constructor Description CommandLineInterface()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Main entry point for the Mindee CLI.voidrun()
-