mirror of
https://github.com/sml2h3/ocr_api_server.git
synced 2025-05-02 11:32:20 +08:00
修正引用关系
This commit is contained in:
parent
dc22b9e823
commit
a40a6b96d7
@ -2,8 +2,8 @@ import uvicorn
|
||||
from fastapi import FastAPI, File, UploadFile, HTTPException, Form
|
||||
from typing import Optional, Union
|
||||
import base64
|
||||
from app.models import OCRRequest, SlideMatchRequest, DetectionRequest, APIResponse
|
||||
from app.services import ocr_service
|
||||
from .models import OCRRequest, SlideMatchRequest, DetectionRequest, APIResponse
|
||||
from .services import ocr_service
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user