Support > Forums > OpenBots Studio > PDF Text Extraction
How to Extract specific Text from PDF which has content in paragraph type ??
This forum has 317 topics, 688 replies, and was last updated 5 hours ago by Sainath S
Hi Bhavin Suthar,
To extract information or text from a pdf we have a following commands which is located under Commands -> Data Manipulation Command -> PDF
Get PDF Text Command - this command extracts all the text from PDF file. Get PDF Form Field Value - this command gets the value of specified form PDF field. Get PDF Images - this command reads all the images from PDF file.
After text is extracted, you can use string manipulation commands or C# code snippets (like Regex pattern or substring) to get the specific text.
We have a command called Get Regex Matches that retrieves all matches in the given text depending on the regex pattern.
Thanks
You are not authorized to reply, please click here to login and add your reply to this topic.