Hi everyone i want to build an iterative macro to input multiple pdf files with inconsistent format and then output certain records that are common in that but i am not able to get a starting point around this use case.
@MAYANK_F This depends on how inconsistent your data is. If the files are sometimes image based text you will need to use OCR otherwise you can just fetch the text. Either way you need to use Python with a package like pymupdf or the computer vision tools from intelligence suite.