Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMiner)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type Miner ¶
type Miner struct {
// contains filtered or unexported fields
}
func (*Miner) FeatureEnabled ¶
func (*Miner) RecognizeImageURL ¶
type MinerRepo ¶
type MinerRepo interface {
RecognizeImage(context.Context, []byte) ([]*OCRResults, error)
}
type OCRResults ¶
Click to show internal directories.
Click to hide internal directories.