3 projects
llama-index-readers-velrim
LlamaIndex reader for the Velrim document-extraction API. Extract documents against a JSON Schema you supply and get back a Document carrying the extracted object, per-field state (present, null, missing), a per-field confidence score, and source anchors.
langchain-velrim
LangChain document loader and agent tool for the Velrim document-extraction API: extraction against a JSON Schema you supply, with per-field state (present, null, missing), a per-field confidence score, and source anchors (page + bounding box).
velrim
Official Velrim Python SDK. Bring your own Pydantic schema; get back a parsed, typed object plus per-field state (present, null, missing), source anchors, and a per-field confidence score.