Objects in Clarifeye are structured data extracted from your documents using Pydantic models. They enable you to convert unstructured text into queryable, typed data structures.Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Objects allow you to:- Define custom schemas for data extraction
- Store structured information with type validation
- Link extracted data to source document locations
- Query and analyze structured data at scale
Creating objects
Object structure
Objects are represented as pydantic classes. For example you can create a class like this:Creation with the UI
The first way to extract objects from your document is to create visual extractors. To do so go to the extractors tab > Create a new object extractor There, you will be able to iterate on your object:- Pydantic class
- Extraction prompt
- LLM model