finished easyocr and pipeline

This commit is contained in:
Boki 2026-02-12 11:24:31 -05:00
parent 735b6f7157
commit cf5d944fd1
8 changed files with 252 additions and 51 deletions

View file

@ -42,6 +42,9 @@ class Request
[JsonPropertyName("engine")]
public string? Engine { get; set; }
[JsonPropertyName("preprocess")]
public string? Preprocess { get; set; }
}
class RegionRect