CatchTheTornado / CatchTheTornado/text-extract-api

[feat] Change routing from ocr to extract

Open
#68 0 comments 1 reaction 1 assignee Claimed by @choinek View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.