fix(ocr): correct trainSenderModel URI from /train to /train-sender

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-17 20:08:18 +02:00
parent 18cf839fac
commit 8d041a377d
2 changed files with 42 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ public class RestClientOcrClient implements OcrClient, OcrHealthClient {
TrainingResultJson result = addTrainingAuth(
trainingRestClient.post()
.uri("/train")
.uri("/train-sender")
.contentType(MediaType.MULTIPART_FORM_DATA))
.body(body)
.retrieve()