saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.09k stars 350 forks source link

How can i extract pdf in taskt #213

Closed merna22 closed 4 years ago

naga1992 commented 4 years ago

you can use PDFTextExtractionCommand which is present in data commands sub section

saucepleez commented 4 years ago

You can use that PDF extraction commandas mentioned. If you need advanced extraction for handwritten or unstructured text, you will need to call an external service such as Azure Read API.