Skip to content

Latest commit

 

History

History
149 lines (107 loc) · 5.03 KB

File metadata and controls

149 lines (107 loc) · 5.03 KB

Shared Types

from reducto.types import (
    AdvancedCitationsConfig,
    AdvancedProcessingOptions,
    ArrayExtractConfig,
    BaseProcessingOptions,
    BoundingBox,
    Chunking,
    ChunkingConfig,
    ConfigV3AsyncConfig,
    DirectWebhookConfig,
    EditResponse,
    Enhance,
    EnrichConfig,
    ExperimentalProcessingOptions,
    ExtractResponse,
    ExtractUsage,
    FigureAgentic,
    FigureSummaryConfig,
    Formatting,
    LargeTableChunkingConfig,
    PageRange,
    ParseOptions,
    ParseResponse,
    ParseUsage,
    PipelineResponse,
    Retrieval,
    Settings,
    SplitCategory,
    SplitLargeTables,
    SplitResponse,
    Spreadsheet,
    SvixWebhookConfig,
    TableAgentic,
    TableSummaryConfig,
    TextAgentic,
    Upload,
    V3ExtractResponse,
    WebhookConfigNew,
)

Reducto

Methods:

Job

Types:

from reducto.types import JobGetResponse, JobGetAllResponse

Methods:

Split

Types:

from reducto.types import SplitRunJobResponse

Methods:

Parse

Types:

from reducto.types import ParseRunResponse, ParseRunJobResponse

Methods:

Extract

Types:

from reducto.types import ExtractRunResponse, ExtractRunJobResponse

Methods:

Edit

Types:

from reducto.types import EditRunJobResponse

Methods:

Pipeline

Types:

from reducto.types import PipelineRunJobResponse

Methods:

Webhook

Types:

from reducto.types import WebhookRunResponse

Methods:

  • client.webhook.run() -> str

Config

Types:

from reducto.types import ExtractConfig, ParseConfig