Setup OCR API Using FastAPI
Create a virtual environment for our API
It is a best practice to create a virtual environment whenever you create a new project. You can follow one of the two options below:
Using the Anaconda Prompt:
Start the Anaconda Prompt.
Run the following ...
codingbit.hashnode.dev3 min read