overlay

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DrawOCRMatches

func DrawOCRMatches(src []byte, matches []Match, opts Options) ([]byte, error)

Types

type Match

type Match struct {
	Index      int
	Rect       image.Rectangle
	Text       string
	Confidence float64
	Role       MatchRole
}

type MatchRole

type MatchRole int
const (
	RoleWinner MatchRole = iota
	RoleRunnerUp
	RoleFiltered
	RoleRedacted
)

type Options

type Options struct {
	MaxBoxes      int
	WinnerColor   color.RGBA
	RunnerColor   color.RGBA
	FilteredColor color.RGBA
	RedactedColor color.RGBA
	LabelFace     font.Face
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL