Extract multiple fileds from same text in Ai centre

Hi team,

I am trying to extract data from a PDF using AI Centre, as shown in the image below.
image

I want to extract two fields from the text:

  • Output1: BASIS OF TERMS CPT RANIPET/CHENNAI INCOTERMS 2020.
  • Output2: CPT

However, when I indicate “CPT,” it gets deleted from Output1, resulting in Output1 becoming “BASIS OF TERMS RANIPET/CHENNAI INCOTERMS 2020.”

Is there a way to indicate multiple fields in the same text without this issue?

Hi @Tushar1

You can only able to indicate to extract the one for one field.
You apply the string manipulations or regex to get CPT from the field and assign it to output2 in the code in the studio.

Hope it helps!!

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