.. _cli:

Command-Line Interface
======================

pypdf_table_extraction comes with a command-line interface.

You can print the help for the interface by typing ``pypdf_table_extraction --help`` in your favorite terminal program, as shown below.
Furthermore, you can print the help for each command by typing ``pypdf_table_extraction <command> --help``. Try it out!

.. click:: pypdf_table_extraction.cli:cli
  :prog: pypdf_table_extraction
