OpenCV Pipeline für Scan Korrekturen ergänzen

This commit is contained in:
2026-06-02 16:37:38 +02:00
parent 0ea4efdc43
commit 0ecdff4d7d
12 changed files with 429 additions and 5 deletions

View File

@@ -35,6 +35,8 @@ export const instanceAgents = pgTable("instance_agents", {
resolution: 300,
mode: "Color",
source: null,
postprocess: false,
postprocessProfile: "document",
}),
lastSeenAt: timestamp("last_seen_at", { withTimezone: true }),