ocr

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ocr

type Ocr interface {
	OcrImg(base string) (data ReturnData, err error)
	GetIOcrImg(templateId string, base string) (data ReturnIOcrData, err error)
}

type ReturnData

type ReturnData struct {
	Log_id           int64
	Words_result     []map[string]string
	Words_result_num int
}

type ReturnIOcrData

type ReturnIOcrData struct {
	Logid      int64
	Data       interface{}
	Error_code int
	Error_msg  string
}

Jump to

Keyboard shortcuts

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