mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-01-15 07:30:13 -06:00
8 lines
93 B
Go
8 lines
93 B
Go
package structs
|
|
|
|
type OcrExport struct {
|
|
OcrText string
|
|
Filename string
|
|
Err error
|
|
}
|