690604:1327 ADR-034-134 #09
CI / CD Pipeline / build (push) Successful in 5m5s
CI / CD Pipeline / deploy (push) Successful in 4m7s

This commit is contained in:
2026-06-04 13:27:26 +07:00
parent 17dff31dec
commit 94583bd30f
5 changed files with 18 additions and 7 deletions
@@ -57,7 +57,7 @@ describe('AiBatchProcessor', () => {
detectAndExtract: jest.fn().mockResolvedValue({
text: 'OCR text LCBP3-CIV-001 Civil',
ocrUsed: true,
engineUsed: 'typhoon-ocr-3b',
engineUsed: 'typhoon-np-dms-ocr',
fallbackUsed: false,
}),
};
@@ -194,7 +194,7 @@ export class TyphoonOcrProcessor extends WorkerHost {
const log = this.auditLogRepo.create({
documentPublicId: params.documentPublicId,
aiModel: 'typhoon-ocr',
modelName: 'scb10x/typhoon-ocr1.5-3b',
modelName: 'typhoon-np-dms-ocr:latest',
modelType: params.engineType,
status: params.status,
processingTimeMs: params.processingTimeMs,