OpenCV Pipeline für Scan Korrekturen ergänzen
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "instance_agents" ALTER COLUMN "scan_defaults" SET DEFAULT '{"format":"pdf","resolution":300,"mode":"Color","source":null,"postprocess":false,"postprocessProfile":"document"}'::jsonb;
|
||||
@@ -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 }),
|
||||
|
||||
Reference in New Issue
Block a user