import { upload } from '../utils/request' // OCR识别 export function recognizeImage(filePath) { return upload('/ocr/recognize', filePath) }