add ocr service

This commit is contained in:
2025-08-16 20:31:38 +08:00
parent 6db6edc967
commit 621bebc473
4 changed files with 213 additions and 2 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
paddleocr==2.6.1
pillow==10.2.0
opencv-python==4.6.0.66
Flask==3.0.2
loguru==0.7.2