data

package
v2.0.0-...-222d759 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ButlerConfig

type ButlerConfig struct {
	QueueID string `yaml:"QUEUE_ID"`
	ApiKey  string `yaml:"API_KEY"`
}

type Document

type Document struct {
	Filename       string      `json:"fileName,omitempty"`
	DocumentId     string      `json:"documentId,omitempty"`
	DocumentStatus string      `json:"documentStatus,omitempty"`
	FormFields     []FormField `json:"formFields,omitempty"`
}

type ExtractionResponse

type ExtractionResponse struct {
	Items      []Document
	TotalCount int
}

type ExtractionResult

type ExtractionResult struct {
	Response ExtractionResponse
	Ready    bool
}

type FormField

type FormField struct {
	FieldName       string
	Value           string
	ConfidenceScore string
}

type UploadResponse

type UploadResponse struct {
	UploadID  string
	Documents []Document
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL