Skip to main content

Examples

Complete working scripts are available in the examples/ directory of the repository.

Python Examples

FileWhat it shows
01_login.pyAuth status check
02_process_single_pdf.pySingle-PDF pipeline — upload, process, annotated PDF, images
03_queue_and_watch.pyAsync batch queue with rich live table and organized downloads

Shell Example

FileWhat it shows
04_cli_quickstart.shFull 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.