Redact of data in uipath without using Market place package from UiPath

We have some PDF files which is agrement or forms format, we want to redact of data in UiPath with out using market place package given by UiPath due to restriction in org.

  1. Some data will be hidden
  2. Some will be mask
  3. Some will be removed
  4. At last we will save as that pdf with above 3 updates.
  5. All PDF are structured PDF

Can anyone please help, how to do it without using Market place package of redact of data by UiPath and also document understanding feature(Org does not have lic for that).

You can do Document Understanding locally without extra licenses. Just install the UiPath.DocumentUnderstanding.OCR.LocalServer package along with UiPath.IntelligentOCR.Activities. Also I recommend using the UiPath.OmniPage.Activities package to use OmniPage as your OCR engine. I have better results with it than the others.

Thank you for solution I will try that, Just one question Is that update PDF back as well? If yes then can you please give some pointer on activity.

@Parth_Trivedi1 did you manage to find a solution for this?