.. _command-line-interface: Command line interface ====================== textract -------- .. argparse:: :module: textract.cli :func: get_parser :prog: textract .. note:: To make the command line interface as usable as possible, autocompletion of available options with textract is enabled by @kislyuk's amazing `argcomplete `_ package. Follow instructions to `enable global autocomplete `_ and you should be all set.