DocumentUnderstanding Fields

Extract overseas disclosure documents.
Data is FundCode, FundName
is a fixed value
The table has about 10 columns.

  1. FundCode, FundName, table in one PDF
  2. FundCode,FundName, table
    There are several like this. Is there a way to tie FundCode and FundName to table columns?

Hi @111617

You can use the Use Form Extractor or Regex Extractor: Extract the FundCode and FundName as separate fields.

This can help:
Regex Extractor:

https://youtu.be/-q2DIknm4c0?si=qe-vffd1EiScTAYm

Form Extractor:
https://youtu.be/cY6GJmtVCwc?si=4bmL7gqTSM0t5WjP

Is there any way to do this in AI Center Data Labeling?

This can help

FundCode, FundName, Table(Col1), Table(Col2), Table(Col3)
JP001, JP, Value1,Value1,Value1
JP001, JP, Value2,Value2,Value2
JP001, JP, Value3,Value3,Value3
BNY001, BNY,Value1,Value1,Value1
BNY001, BNY,Value2,Value2,Value2
BNY001, BNY,Value3,Value3,Value3

You have to extract it like this and it’s in one PDF with 8 pages.
File sharing is difficult due to security reasons.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.