Documentation ¶ Index ¶ type Extractor func NewExtractor() *Extractor func (m *Extractor) Count(data io.ReadSeeker) (int, error) func (m *Extractor) ToImages(ctx context.Context, data io.ReadSeeker, writer pdf.ImageSender) (res int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Extractor ¶ type Extractor struct { } func NewExtractor ¶ func NewExtractor() *Extractor func (*Extractor) Count ¶ func (m *Extractor) Count(data io.ReadSeeker) (int, error) func (*Extractor) ToImages ¶ func (m *Extractor) ToImages(ctx context.Context, data io.ReadSeeker, writer pdf.ImageSender) (res int, err error) Source Files ¶ View all Source files extractor.go Click to show internal directories. Click to hide internal directories.