Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LetterFragment ¶
type QuoteFragment ¶
type XProcessor ¶
type XProcessor struct { //原始截图文件路径 OriginImg string // contains filtered or unexported fields }
func NewXProcessor ¶
func NewXProcessor(originImg string) *XProcessor
func (*XProcessor) Detect ¶
func (p *XProcessor) Detect(letterFragment *LetterFragment) (string, error)
func (*XProcessor) GetLetterFragment ¶
func (p *XProcessor) GetLetterFragment(fragment *QuoteFragment) []*LetterFragment
func (*XProcessor) GetQuoteFragment ¶
func (p *XProcessor) GetQuoteFragment() ([]*QuoteFragment, error)
func (*XProcessor) TrashMat ¶
func (p *XProcessor) TrashMat()
Click to show internal directories.
Click to hide internal directories.