CatchTheTornado / CatchTheTornado/text-extract-api
[feat] Change routing from ocr to extract
Open
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 279
- PR merge metrics
- No merged PRs in 30d
Description
[ ] Change routing from ocr to extract with alias
[ ] Clean main.py - move routes to submodules
```
router = APIRouter()
@router.post("/extract", tags=["Extract"])
@router.post("/ocr", include_in_schema=False)
(...)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.