I could’nt find the generative extarctor option while using the genai extract document data activity. It was having prompts option to extract data in natural language prompts. Could anyone help with the update
are you talking about the generative extractor which can be used as part of ixp?
if so install UiPath.intelligentocr.activities
cheers
found it. how can we extract table content using generative extractor?
glad you found
in ixp everything is done through prompts with generative so define the taxonomy in ixp as table and then given prompt for each column
cheers
With generative extractor output will be always text, so if you want to extract the table ask the model to return the output in json format and then use it as per requirement or convert it into table.
If possible use IXP, where you will get the output directly in table format