Continuing off of my previous blog post about using LEADTOOLS OCR to save screenshots as searchable PDFs, this post demonstrates how to extract the text from those screenshots and store it back into your clipboard as plain text.
Like I said on the last blog post, developers can get images that have been copied to the clipboard using .NETs Clipboard
Class. Instead of saving screenshots as searchable PDFs, this time we'll be using the GetText
Method to retrieve text so we can store it back in the clipboard.