Skip to content

Files

Latest commit

 

History

History
32 lines (17 loc) · 750 Bytes

solution-en.md

File metadata and controls

32 lines (17 loc) · 750 Bytes

Atividades

  1. Create an endpoint to receive an image and extract text from it using OCR (Optical Character Recognition).

Solução:

1SRP.png

  1. We want to evolve to support both Google and Cloudinary services. If the Claudinary service is unavailable, the request should be made to Google.

Solution:

3 OCP.png

  1. We want to evolve to store quotas, and if a provider's quota is exceeded, it should retrieve from another provider.

Solution:

5_LSP.png

  1. We are receiving many requests and want to store the generated text in a database.

Solution:

7_ISP.png

  1. We want to add a new OCR service, Microsoft's.

Solution:

9_DIP.png