Examples
Complete working scripts are available in the examples/ directory of the repository.
Python Examples
| File | What it shows |
|---|---|
01_login.py | Auth status check |
02_process_single_pdf.py | Single-PDF pipeline — upload, process, annotated PDF, images |
03_queue_and_watch.py | Async batch queue with rich live table and organized downloads |
Shell Example
| File | What it shows |
|---|---|
04_cli_quickstart.sh | Full CLI walkthrough |
Running Examples
cd fissionbox/examples/
# Python examples
python 01_login.py
python 02_process_single_pdf.py
python 03_queue_and_watch.py
# Shell example
bash 04_cli_quickstart.sh
Make sure you are authenticated (fissionbox auth login) and have set a default namespace before running the examples.