Pdf automation for possibility check

    if any possibility to remove the strike out pages in the pdf documents.

Thanks in advance.

Hi @Iswarya_P1

use the “Get PDF Page Text” activity inside the loop to extract the text content of the current page. Analyze the extracted text to identify strikeout pages. You can use string manipulation techniques or regular expressions to search for specific patterns or keywords that indicate strikeout text or markings.If a strikeout page is detected, you can skip it and proceed to the next page using a conditional statement within the loop.

Thanks!!

Can you provide the step by step instructions for this strike out removal pages.

Duplicate Post