diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index cba23b6..7990b89 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -2,4 +2,7 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/trisolaris ai.llama.baseUrl=http://localhost:8089/v1/chat/completions logging.level.com.android.trisolarisserver.controller.Auth=INFO storage.documents.aiBaseUrl=http://127.0.0.1:18921 -ocr.paddle.baseUrl=http://127.0.0.1/ \ No newline at end of file +ocr.paddle.enabled=true +ocr.paddle.baseUrl=http://127.0.0.1:9001 +ocr.paddle.minScore=0.9 +ocr.paddle.minAverageScore=0.8