Command Line Interface
Command Line Interface
Command Line Usage
General help
./mindee generated --helpExample parse command for Off-the-Shelf document
./mindee invoice -k xxxxxxx /path/to/invoice.pdfWorks with environment variables
export MINDEE_API_KEY=xxxxxx
./mindee invoice /path/to/invoice.pdfExample parse command for a generated document (DocTI)
./mindee generated -a pikachu -k xxxxxxx pokemon_card /path/to/card.jpg -AExample async parse command
./mindee invoice-splitter path/to/the/invoice.pdf -A[DEPRECATED] Example parse command for a custom document (API Builder)
Full parsed output
Running the script through php
Last updated
Was this helpful?

