added test cases
This commit is contained in:
parent
c1892230b7
commit
93e2234c4e
9 changed files with 320 additions and 141 deletions
|
|
@ -45,6 +45,9 @@ class Request
|
|||
|
||||
[JsonPropertyName("preprocess")]
|
||||
public string? Preprocess { get; set; }
|
||||
|
||||
[JsonPropertyName("params")]
|
||||
public DiffOcrParams? Params { get; set; }
|
||||
}
|
||||
|
||||
class RegionRect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue