Skip to main content

Document Operations

WFBs for Document Operations to create a structure from documents.

NameDescription ParametersResult
Read Out Document StructureRead document structure from a byte array. The structure will be a JSON with each line into a different key with different priorities like words and position of each word included
  • Status Key Of The Document: Status key of the document with content as a byte array
  • Status Key For The Result: Status key of the result
  • Returns a current parameter when enabled
    Generate Object From Document StructureGenerate objects from document structure using OCT. Not recommended to use
  • Status Key Of The Document: Status Key of the document as a structure generated from WFB Read Out Document
  • Template: Template that contains which element of the structure fills which property
  • Datamodel: Where the container is stored
  • Datasource: Where the container is stored.
  • Container: Target containers
  • Generate Object Reader: Generate an object reader so that an object is formed from the element that can be used further
  • Status Key for the result: Status key in which the result is saved
  • Returns a current parameter when enabled
    Object/Template From Document StructureGenerate object/template from document structure
  • Document Structure: Document structure from WFB Read Out Document Structure
  • Document Matching: Use Template from the instance to match with the document
  • Status Key for the Result: Status key in which the result is saved
  • Returns a current parameter when enabled