Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2025 Changes in this version + type Client struct + func NewClient() *Client + func (c *Client) Extract(params ExtractParams) (*ExtractResult, error) + type ExtractParams struct + Keyword string + PDFData io.Reader + type ExtractResult struct + FileName string + ImageBytes []byte + func ExtractOnce(params ExtractParams) (*ExtractResult, error)