update api

This commit is contained in:
mertalev 2025-06-16 13:23:00 -04:00
parent 1c53e65641
commit dd7c06f937
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
22 changed files with 177 additions and 863 deletions

View file

@ -253,8 +253,8 @@ export const defaults = Object.freeze<SystemConfig>({
ocr: {
enabled: true,
modelName: 'PP-OCRv5_server',
minDetectionScore: 0.3,
minRecognitionScore: 0.0,
minDetectionScore: 0.5,
minRecognitionScore: 0.5,
maxResolution: 1440,
},
},