vlmrun-hub
VLM Run Hub for various industry-specific schemas
What it is and what it does
VLM Run Hub is a library of pre-built Pydantic data models designed to standardize the extraction of structured information from visual content—images, videos, and documents. Rather than writing custom parsing logic for each extraction task, you import a schema from the hub (e.g., Invoice, DriverLicense, MedicalInsuranceCard) and pass it to a Vision Language Model's structured output API. The model returns data conforming to that schema, which Pydantic automatically validates.
The library covers real-world domains: document processing (invoices, receipts, passports), accounting and finance (W2 forms, balance sheets), healthcare (insurance cards, pathology reports), retail (product catalogs), media (sports game states), and logistics. Each schema has been tested across industry use cases. The schemas are model-agnostic—use the same Invoice schema with OpenAI's GPT-4o, Anthropic's Claude Vision, or the VLM Run SDK without rewriting prompts.
Use it for:
- Extract invoice line items, dates, and customer details from receipt images for accounting automation.
- Parse driver's license or passport images into structured fields for identity verification workflows.
- Convert medical insurance cards into validated data for claims processing systems.
- Extract product information and pricing from retail catalogs or ecommerce images.
- Automate document classification and field extraction for document management systems.
- Build visual ETL pipelines that feed validated structured data directly into downstream databases or APIs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a catalog of pre-defined Pydantic schemas for extracting structured data from images, videos, and documents using Vision Language Models.
Yes, if you are building applications that extract structured data from images or documents using Vision Language Models. The pre-built schemas save significant development time and eliminate the need to design and validate extraction formats for common document types. The library is permissively licensed, has low install friction, and covers a broad range of real-world domains. Maintenance is aging but not stalled; evaluate whether the schema catalog meets your specific use cases before committing.
Install
vlmrun-hub on PyPI
pip
pip install vlmrun-hubuv
uv add vlmrun-hubpoetry
poetry add vlmrun-hubInstalling vlmrun-hub
Before you install
Low install friction with a pure-Python wheel. Maintenance status is aging—last commit was 2025-12-15 and the project has 554 stars, suggesting active but not rapid development.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and state significant changes.
Quickstart
pip install vlmrun-hub
from vlmrun.hub.schemas.document.invoice import Invoice
from pydantic import ValidationError
# Use with instructor + OpenAI or another VLM provider
# Schema validates extracted data automatically
Requires Python 3.9 or later; intended for use with a Vision Language Model provider (e.g., OpenAI, Anthropic, or VLM Run SDK).
Verify before relying
- Whether the catalog of schemas is actively maintained and updated with new domains beyond those listed in the excerpt.
- Performance characteristics when validating large batches of extracted data or deeply nested schemas.
- Compatibility guarantees with specific VLM provider APIs (e.g., OpenAI Structured Outputs, Gemini, Anthropic).
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 8 — annotated-types, datamodel-code-generator, loguru, Pillow, pydantic, pydantic_core, pydantic_yaml, typing_extensions |
| Maintenance | aging — 242 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 174,239/month — #10,285 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: vlmrun_hub-0.1.35-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
instructorInstructor wraps LLM APIs to extract validated,…
permissive · top 5,000 on PyPI
vlmrunPython SDK for the VLM Run API platform,…
permissive · top 15,000 on PyPI
ibm-quantum-schemasProvides Pydantic models that define the…
permissive · top 15,000 on PyPI
landingai-adeConverts PDFs and images into structured…
permissive · top 15,000 on PyPI
jsonschema-pydantic-converterConverts JSON Schema definitions to Pydantic v2…
permissive · top 15,000 on PyPI
dataclasses-avroschemaGenerates Avro schemas from Python dataclasses,…
permissive · top 5,000 on PyPI
pydantic-to-pyarrowConverts pydantic model definitions to pyarrow…
permissive · top 15,000 on PyPI
stac-pydanticProvides Pydantic models for validating and…
permissive · top 15,000 on PyPI
pydantic-aiPydantic AI is a Python framework for building…
permissive · top 5,000 on PyPI
jamboConverts JSON Schema definitions into Pydantic…
permissive · top 15,000 on PyPI