feat(paddleocr): add PaddleOCR support: Docker images, FastAPI server, entrypoint and tests

This commit is contained in:
2026-01-16 10:23:32 +00:00
parent bc65ea4ece
commit ae4bb26931
7 changed files with 112 additions and 12 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-01-16 - 1.2.0 - feat(paddleocr)
add PaddleOCR support: Docker images, FastAPI server, entrypoint and tests
- Add PaddleOCR FastAPI server implementation at image_support_files/paddleocr_server.py
- Remove old image_support_files/paddleocr-server.py and update entrypoint to import paddleocr_server:app
- Extend build-images.sh to build paddleocr (GPU) and paddleocr-cpu images and list them
- Extend test-images.sh to add paddleocr health/OCR tests, new test_paddleocr_image function, port config, and cleanup; rename test_image -> test_minicpm_image
## 2026-01-16 - 1.1.0 - feat(ocr)
add PaddleOCR GPU Docker image and FastAPI OCR server with entrypoint; implement OCR endpoints and consensus extraction testing