Skip to content

Getting Started

Sinbad Adjuik edited this page Apr 6, 2026 · 1 revision

Getting Started

Requirements

  • Windows 10 or 11
  • Python 3.9+ if running from source

Clone The Repository

git clone https://github.com/FSUDRS/cetamura_python_script.git
cd cetamura_python_script

Install Dependencies

python -m pip install --upgrade pip
python -m pip install -r requirements/requirements.txt

Optional development dependencies:

python -m pip install -r requirements/requirements-dev.txt

Launch The Application

python src/main.py

Choose A Workflow

On the main screen:

  1. choose Photo Workflow or Patent Workflow
  2. click Select Folder
  3. review the readiness summary
  4. click Review and Run ... Batch

Optional Patent PDF Fallback

If patent PDFs may live outside the selected batch folder, set:

  • CETAMURA_PATENT_SEARCH_ROOTS

Example:

$env:CETAMURA_PATENT_SEARCH_ROOTS = "C:\patents\primary;D:\cetamura\archive"
python src\main.py

First Recommended Run

Use Dry Run first.

This lets you:

  • verify discovery
  • generate the CSV report
  • confirm that packaging looks correct before creating ZIPs

Last updated: April 6, 2026

Clone this wiki locally