feat: implement region-based QR code scanning for inbox documents
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 33s
This commit is contained in:
@@ -32,6 +32,9 @@ export class InboxDocument {
|
||||
@Column({ type: 'int', default: 0 })
|
||||
PageCount!: number;
|
||||
|
||||
@Column({ type: 'boolean', default: true })
|
||||
IsScanned!: boolean;
|
||||
|
||||
@Column({ type: 'json' })
|
||||
QrCodes!: StoredQrCode[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user