Documentation ¶
Overview ¶
Package extract provides helpers for extracting content from images.
Examples include per-pixel checks and OCR
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerPixel ¶
type PerPixel struct { }
PerPixel provides content extraction based on per-pixel information
func NewPerPixel ¶
func NewPerPixel() *PerPixel
NewPerPixel creates a new instance of the per-pixel extractor
Click to show internal directories.
Click to hide internal directories.