Evolve summarizer into AI service with OCR support

This commit is contained in:
cesnimda
2026-03-23 20:12:34 +01:00
parent 90fdd8e1a5
commit 653f713a78
20 changed files with 475 additions and 129 deletions
+12 -12
View File
@@ -171,7 +171,7 @@ export const translations = {
profileHeadline: "Profile headline",
profileHeadlineHelp: "Stored only in this browser to personalize your workspace.",
profileMasterCv: "Master CV",
profileMasterCvBody: "Upload a PDF, DOCX, plain text file, or markdown file. The app extracts text where supported and populates your master CV text for tailoring and outreach.",
profileMasterCvBody: "Upload a PDF, DOCX, plain text file, markdown file, or image scan. The AI service extracts text where possible and falls back to OCR for supported scanned files.",
profileUploadCv: "Upload CV",
profileUploading: "Uploading...",
profileCopyCvText: "Copy CV text",
@@ -179,7 +179,7 @@ export const translations = {
profileCvUploadFailed: "Failed to upload CV.",
profileCvTextLabel: "Profile CV / master resume text",
profileCvTextHelp: "Keep this updated and specific. Include recent roles, tools, achievements, measurable outcomes, and the work you want to be hired for next. If extraction misses something, edit it here manually.",
profileCvPreferredUploads: "Supported uploads: PDF, DOCX, TXT, MD.",
profileCvPreferredUploads: "Supported uploads: PDF, DOCX, TXT, MD, PNG, JPG, JPEG, WEBP.",
profileSaveChanges: "Save changes",
profileUpdated: "Profile updated.",
profileUpdateFailed: "Failed to update profile.",
@@ -272,7 +272,7 @@ export const translations = {
adminUsersCreated: "User created.",
adminUsersCreateFailed: "Failed to create user.",
adminSystemTitle: "System status",
adminSystemSubtitle: "Production diagnostics for runtime, database, auth, email, and summarizer health.",
adminSystemSubtitle: "Production diagnostics for runtime, database, auth, email, AI service health, and OCR readiness.",
adminSystemRunProbe: "Run probe now",
adminSystemRunningProbe: "Running probe...",
adminSystemRefresh: "Refresh",
@@ -284,13 +284,13 @@ export const translations = {
adminSystemSmtp: "SMTP",
adminSystemEnabled: "Enabled",
adminSystemDisabled: "Disabled",
adminSystemSummarizer: "Summarizer",
adminSystemSummarizer: "AI service",
adminSystemHealthy: "Healthy",
adminSystemNoLatencyData: "No latency data",
adminSystemDatabaseStorage: "Database and storage",
adminSystemRuntimeAuth: "Runtime and auth",
adminSystemEmailConfig: "Email configuration",
adminSystemSummarizerRuntime: "Summarizer runtime",
adminSystemSummarizerRuntime: "AI runtime",
adminSystemSmtpTest: "SMTP test email",
adminSystemSmtpTestBody: "Send a quick delivery check using the configured SMTP settings. Leave the recipient blank to use your admin email.",
adminSystemRecipientEmail: "Recipient email",
@@ -299,7 +299,7 @@ export const translations = {
adminSystemMessage: "Message",
adminSystemSendTestEmail: "Send test email",
adminSystemSending: "Sending...",
adminSystemSummarizerTelemetry: "Summarizer telemetry",
adminSystemSummarizerTelemetry: "AI service telemetry",
adminSystemDatabaseConnected: "Database connected",
adminSystemDatabaseIssue: "Database issue",
adminSystemAuthEnforced: "Auth enforced",
@@ -591,7 +591,7 @@ export const translations = {
profileHeadline: "Profiloverskrift",
profileHeadlineHelp: "Lagres bare i denne nettleseren for å gjøre arbeidsområdet mer personlig.",
profileMasterCv: "Hoved-CV",
profileMasterCvBody: "Last opp en PDF, DOCX, ren tekstfil eller markdown-fil. Appen henter ut tekst der det støttes og fyller inn hoved-CV-en din for tilpasning og kontakt.",
profileMasterCvBody: "Last opp en PDF, DOCX, ren tekstfil, markdown-fil eller et bildeskann. AI-tjenesten henter ut tekst der det er mulig og faller tilbake til OCR for støttede skannede filer.",
profileUploadCv: "Last opp CV",
profileUploading: "Laster opp...",
profileCopyCvText: "Kopier CV-tekst",
@@ -599,7 +599,7 @@ export const translations = {
profileCvUploadFailed: "Kunne ikke laste opp CV.",
profileCvTextLabel: "Profil-CV / hovedtekst for CV",
profileCvTextHelp: "Hold denne oppdatert og konkret. Ta med nylige roller, verktøy, prestasjoner, målbare resultater og arbeidet du vil bli ansatt for neste gang. Hvis tekstuttrekket mangler noe, kan du redigere manuelt her.",
profileCvPreferredUploads: "Støttede opplastinger: PDF, DOCX, TXT, MD.",
profileCvPreferredUploads: "Støttede opplastinger: PDF, DOCX, TXT, MD, PNG, JPG, JPEG, WEBP.",
profileSaveChanges: "Lagre endringer",
profileUpdated: "Profil oppdatert.",
profileUpdateFailed: "Kunne ikke oppdatere profil.",
@@ -692,7 +692,7 @@ export const translations = {
adminUsersCreated: "Bruker opprettet.",
adminUsersCreateFailed: "Kunne ikke opprette bruker.",
adminSystemTitle: "Systemstatus",
adminSystemSubtitle: "Produksjonsdiagnostikk for kjøretid, database, autentisering, e-post og oppsummeringshelse.",
adminSystemSubtitle: "Produksjonsdiagnostikk for kjøretid, database, autentisering, e-post, AI-tjenestehelse og OCR-beredskap.",
adminSystemRunProbe: "Kjør probe nå",
adminSystemRunningProbe: "Kjører probe...",
adminSystemRefresh: "Oppdater",
@@ -704,13 +704,13 @@ export const translations = {
adminSystemSmtp: "SMTP",
adminSystemEnabled: "Aktivert",
adminSystemDisabled: "Deaktivert",
adminSystemSummarizer: "Oppsummerer",
adminSystemSummarizer: "AI-tjeneste",
adminSystemHealthy: "Frisk",
adminSystemNoLatencyData: "Ingen latensdata",
adminSystemDatabaseStorage: "Database og lagring",
adminSystemRuntimeAuth: "Kjøretid og autentisering",
adminSystemEmailConfig: "E-postkonfigurasjon",
adminSystemSummarizerRuntime: "Oppsummeringskjøretid",
adminSystemSummarizerRuntime: "AI-kjøretid",
adminSystemSmtpTest: "SMTP-test e-post",
adminSystemSmtpTestBody: "Send en rask leveringssjekk med de konfigurerte SMTP-innstillingene. La mottakeren stå tom for å bruke admin-eposten din.",
adminSystemRecipientEmail: "Mottaker e-post",
@@ -719,7 +719,7 @@ export const translations = {
adminSystemMessage: "Melding",
adminSystemSendTestEmail: "Send test-e-post",
adminSystemSending: "Sender...",
adminSystemSummarizerTelemetry: "Oppsummeringstelemetri",
adminSystemSummarizerTelemetry: "AI-tjenestetelemetri",
adminSystemDatabaseConnected: "Database tilkoblet",
adminSystemDatabaseIssue: "Databaseproblem",
adminSystemAuthEnforced: "Autentisering påkrevd",