Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@gtsc/building-block-data-extraction

iotaledger269Apache-2.00.0.16TypeScript support: included

Documents have many varying formats, the data extraction building block extracts the data from the documents and returns it in a known structured format.

extraction, data extraction, building block

readme

building-block-data-extraction

Documents have many varying formats, the data extraction building block extracts the data from the documents and returns it in a known structured format.

Features

  • Create/Update document templates which define where data is located in a document type and what fields this maps to in a known structured format
  • Given a document can extract the data and return the content in the known format
  • Support XML/JSON document format

Extensions

  • OCR data extraction
  • Pdf data extraction

Use Cases

  • Cross border UI to display data aggregated from many documents
  • Interoperability with other systems that want to consume the data from our framework

Building

This library was generated with Nx.

Run nx build building-block-data-extraction to build the library.

Running unit tests

Run nx test building-block-data-extraction to execute the unit tests via Jest.