Documentation ¶ Index ¶ func Clone(filename string) (image.Image, error) func CreateRawIndexImage(inName, outName string, blocks []ocr.Block) error func DebugOut(inName, outName string, blocks []ocr.Block) error func GrayImage(src image.Image) *image.Gray func Size(filename string) (int, int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Clone ¶ func Clone(filename string) (image.Image, error) func CreateRawIndexImage ¶ func CreateRawIndexImage(inName, outName string, blocks []ocr.Block) error func DebugOut ¶ func DebugOut(inName, outName string, blocks []ocr.Block) error func GrayImage ¶ func GrayImage(src image.Image) *image.Gray func Size ¶ func Size(filename string) (int, int, error) Size - Determine the size of an image, so we can convert integer pixels to float percentages. Types ¶ This section is empty. Source Files ¶ View all Source files debug.gogray.gosize.go Click to show internal directories. Click to hide internal directories.