upload_capture
Process journal page photos to extract text via OCR, organize content with templates, tag data, and connect insights within your local knowledge base.
Instructions
Process a journal page photo: run OCR, parse the template, extract schema
tags, store the capture, copy the image to the knowledge base, and detect
connections to existing captures.
Args:
image_path: Absolute path to the image file (JPG, PNG, TIFF, etc.)
force: Set to True to overwrite an existing capture with the same
template ID (default False — warns instead).
Returns a summary of what was found and stored, including the strongest
connection detected.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | ||
| force | No |