Files
ocr-python/app/api/ocr.py
hanwha 1f4157ed89 start
2025-07-04 13:03:00 +09:00

7 lines
94 B
Python

from fastapi import APIRouter
router = APIRouter()
@router.post("/")
def init():
return