An open API service indexing awesome lists of open source software.

https://github.com/rbourgeat/ocr-api

A simple API using OCR
https://github.com/rbourgeat/ocr-api

Last synced: 2 months ago
JSON representation

A simple API using OCR

Awesome Lists containing this project

README

          

# A simple OCR api in Python

## Installation

```
pip3 install fastapi

pip3 install uvicorn
```

## Run

```
python3 app.py
```