You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current image_to_text API is implemented in FastAPI and is directly accessed by the frontend.
A.C
Create a new endpoint in Spring Boot, e.g., /api/image_to_text, which mirrors the structure of the existing image_to_text API.
Capture HTTP error responses and relay them to the frontend. Ensure that the status codes and messages are consistent
Try not to change image_to_text OCR API
The text was updated successfully, but these errors were encountered:
The current image_to_text API is implemented in FastAPI and is directly accessed by the frontend.
A.C
Create a new endpoint in Spring Boot, e.g., /api/image_to_text, which mirrors the structure of the existing image_to_text API.
Capture HTTP error responses and relay them to the frontend. Ensure that the status codes and messages are consistent
Try not to change image_to_text OCR API
The text was updated successfully, but these errors were encountered: