Documentation ¶ Index ¶ type Processor func NewProcessor() *Processor func (m *Processor) Count(data io.ReadSeeker) (int, error) func (m *Processor) ToImages(ctx context.Context, data io.ReadSeeker, writer pdf.ImageSender) (int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Processor ¶ type Processor struct { // contains filtered or unexported fields } func NewProcessor ¶ func NewProcessor() *Processor func (*Processor) Count ¶ func (m *Processor) Count(data io.ReadSeeker) (int, error) func (*Processor) ToImages ¶ func (m *Processor) ToImages(ctx context.Context, data io.ReadSeeker, writer pdf.ImageSender) (int, error) Source Files ¶ View all Source files processor.go Click to show internal directories. Click to hide internal directories.