Custom Activity for read Pdf

Hi, I need to create custom activity for (read pdf text and read pdf with ocr )in UiPath. please help with code.

Hi @Swetha_MN

do you need a library code in UiPath tool? or a custom code using invoke code activity? or a visual studio code?

Regards

Visual Studio code

why not use UiPath activities?

Regards

As suggested by others ,
you can use UiPath’s own activities for read plain text pdf and text from pdf using ocr.

But you still prefer creating your own custom activity, you can explore couple of below libraries:
i. Aspose library
reference link: Open PDF document programmatically|Aspose.PDF for .NET
ii. Bytescout library
reference link: How to use OCR to extract text from PDF in ASP.NET, C#, C++, VB.NET and VBScript using ByteScout PDF Extractor SDK - ByteScout
iii. IronPDF library
reference link: C# Extract Text From PDF (Code Example Tutorial)