start
This commit is contained in:
7
app/api/ocr.py
Normal file
7
app/api/ocr.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
@router.post("/")
|
||||
def init():
|
||||
return
|
||||
Reference in New Issue
Block a user