re organizer project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
type OcrJob struct {
|
||||
ID string `json:"id"`
|
||||
FileID string `json:"fileId"`
|
||||
Status string `json:"status"`
|
||||
Result string `json:"result,omitempty"`
|
||||
CreatedAt string `json:"createdAt"`
|
||||
CompletedAt *string `json:"completedAt,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user