How to execute command line python script from c#

Hi all,
am using the command to convert the scanned pdf to editable pdf.
Python command : ocrmypdf --force-ocr "input pdf file " “output filname.pdf” ( now manually using CMD i ran this script)
how to run this command using c# ? here i attached the python package of my ocrmypdf.

once i convert this only i can create uipath custom activity. so i need help on this.

ocrmypdf.zip (243.2 KB)

Thanks in advance
:slight_smile:

1 Like