-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] - Modify the result of post ocr based on the refined uploading process #2075
Closed
7 tasks done
Closed
7 tasks done
Labels
Milestone
Comments
arealclimber
added a commit
that referenced
this issue
Aug 15, 2024
10 tasks
11 tasks
arealclimber
added a commit
that referenced
this issue
Aug 16, 2024
arealclimber
added a commit
that referenced
this issue
Aug 16, 2024
took 2 hours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
根據修改後上傳流程修改post ocr結果,目的在於提升用戶體驗
Tasks
後端
api/v1/company/[companyId]/ocr
request body 的formData
從image
改成image, imageName, imageSize, uploadIdentifier
api/v1/company/[companyId]/ocr
response 改成回傳IOCR
IOCR
需修改,並且imageName, imageSize, uploadIdentifier
由前端傳入,後端不需要修改這三個值前端
IOCR
interface 上新增一個propertyA
去判斷檔案是否上傳成功propertyA
來檢查 skeleton file list 是否需要減少propertyA
,並且轉移到 uploadedOCRList(代表需要後端在 post request 成功後回傳完整IOCR
interface)Dependencies
API Availability, Backend Support, Frontend Framework
Other Dependencies
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: