Skip to content

Commit 207f072

Browse files
Typo img_witdh should be width
1 parent 655cf99 commit 207f072

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/bindings/go/libopenalprgo.so

40 KB
Binary file not shown.

src/bindings/go/openalpr/openalpr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Alpr struct {
2222

2323
type AlprResults struct {
2424
EpochTime int64 `json:"epoch_time"`
25-
ImgWidth int `json:"img_witdh"`
25+
ImgWidth int `json:"img_width"`
2626
ImgHeight int `json:"img_height"`
2727
TotalProcessingTimeMs float32 `json:"processing_time_ms"`
2828
Plates []AlprPlateResult `json:"results"`

0 commit comments

Comments
 (0)