mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
2612-есть ок OCR, нужно допиливать бота под новый flow для операторов
This commit is contained in:
@@ -2,7 +2,9 @@ package ocr_client
|
||||
|
||||
// RecognitionResult - ответ от Python сервиса
|
||||
type RecognitionResult struct {
|
||||
Items []RecognizedItem `json:"items"`
|
||||
Items []RecognizedItem `json:"items"`
|
||||
DocNumber string `json:"doc_number"`
|
||||
DocDate string `json:"doc_date"`
|
||||
}
|
||||
|
||||
type RecognizedItem struct {
|
||||
|
||||
Reference in New Issue
Block a user