Skip to content

Commit

Permalink
update CLI doc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Oct 27, 2023
1 parent acdb25b commit 0982011
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/extras/guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,20 @@ python3 -m mindee parse invoice-splitter
```


### You can get the full parsed output as well
### Full parsed output

```shell
python3 -m mindee invoice -o parsed /path/to/invoice.pdf
```

### In the Git repo, there's a helper script for it
### Running the script through shell

A helper script allows you to start the command directly:

```shell
./mindee-cli.sh -h
```


**Questions?**
<img alt="Slack Logo Icon" style="display:inline!important" src="https://files.readme.io/5b83947-Slack.png" width="20" height="20">  [Join our Slack](https://join.slack.com/t/mindee-community/shared_invite/zt-1jv6nawjq-FDgFcF2T5CmMmRpl9LLptw)
<img alt="Slack Logo Icon" style="display:inline!important" src="https://files.readme.io/5b83947-Slack.png" width="20" height="20">  [Join our Slack](https://join.slack.com/t/mindee-community/shared_invite/zt-1jv6nawjq-FDgFcF2T5CmMmRpl9LLptw)

0 comments on commit 0982011

Please sign in to comment.