Skip to main content
ViscribeAI is an open-source Python and TypeScript SDK for structured image extraction. It exposes one public image method: extract. Pass an image, an output schema, and an optional instruction. Viscribe sends an OpenAI-compatible vision request and returns parsed data that matches your schema.

Quickstart

Install the SDK and make your first extraction request.

Extract

Shape image workflows with schemas and instructions.

Python

TypeScript