I have a question regarding my current setup. I’m using two ML models and two extractors. For regular fields, the first ML model is working well. However, for table extraction, the second ML model gives better results.
I’m trying to use the table from the second model in place of the one from the first model. So, I used the following expression:
in_ExtractionResultsone.ResultsDocument.fields(3).Values = in_ExtractionResultstwo.ResultsDocument.fields(0).Values
This expression seems to work — I checked in the Watch panel, and the value appears to be replaced correctly. However, when I export the extraction results, it’s not working as expected.
Any idea what might be going wrong or how I can properly replace the table from the first model with the one from the second?
rather use them from separate…also if you are using data extractions cope then you can add both extractors and select respective fields in each extractor
for table extraction items - 1st ML (extrcat - regular fields and Table ) 1st table is not good , 2nd ML (table only) extracting good. I need to replace the 2nd good extracted table to replace in 1st ML.