pdf and then split it by line by line and then compare them…Can anyone tell me the function for split and compare…I have used these functions…t1.split(" "c).Distinct()
for compare:
out_str2_array.Except(out_str2_array).ToList()
where t1, out_str2_array, are variables.
1 Like
1 Like
@Palaniyappan I am not getting 100% unmatched data…the data I am getting is mixed with matched and unmatched both…
1 Like
@Palaniyappan…I am attaching screenshot of my workflow…please go through and make me correct wherever it’s wrong…Thank you.
1 Like
Sorry for the delayed response
–i hope we have some slight changes between the text position of those two pdf files
thats why we are not getting 100% comparison
–its usual if the pdf has no exact alignment
Cheers @Rajnish
1 Like