Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client = internaldocling.Client
func NewClient ¶
NewClient creates a client pointing at a docling-serve base URL. baseURL is typically "http://localhost:5001". Defaults to a 120s per-request timeout - pass WithTimeout to override it for deployments that expect large or scan-heavy documents.
type ConversionResult ¶
type ConversionResult = internaldocling.ConversionResult
type ExtractedImage ¶
type ExtractedImage = internaldocling.ExtractedImage
type Option ¶ added in v1.2.4
type Option = internaldocling.Option
func WithTimeout ¶ added in v1.2.4
WithTimeout overrides the default 120s per-request HTTP timeout.
Click to show internal directories.
Click to hide internal directories.