Entwicklung von Methoden zur Datums- und Ortserkennung. Fügen Sie "annotations" hinzu, damit der Benutzer das Datum und die Ortsangaben bei Bedarf aktualisieren kann.

This commit is contained in:
Developer 02
2024-06-19 01:55:04 +02:00
parent 408969d6dd
commit c0cece62af
3 changed files with 70 additions and 13 deletions

View File

@@ -70,8 +70,8 @@ class App {
// Load annotations into PSPDFKit
try {
this.signatureCount = this.currentDocument.elements.length
const annotations = Annotation.createAnnotations(this.currentDocument)
await this.Instance.create(annotations.signatures)
const annotations = await Annotation.createAnnotations(this.currentDocument)
await this.Instance.create(annotations)
const openResponse = await this.Network.openDocument(this.envelopeKey)