[ ] 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) (...) ```