LEADTOOLS.com Links
Recent Posts
Categories
- .net (5)
- Cloud Services (4)
- Document Imaging (132)
- Analyzer (2)
- Annotations (2)
- Barcode (15)
- Document Converter (4)
- Forms Recognition and Processing (17)
- MICR (1)
- OCR (39)
- ICR (1)
- PDF (16)
- Virtual Printer (1)
- General (31)
- General Imaging (52)
- File Formats (3)
- HTML5 (19)
- Image Processing (11)
- Medical Imaging (23)
- Mobile (1)
- Multimedia Imaging (33)
- News (114)
- Success Story (3)
- Video Tutorials (4)
Tags
- .NET Framework (58)
- 3D (1)
- Android (25)
- Annotation (38)
- Barcode (61)
- Code Tip (62)
- Codec (2)
- DICOM (61)
- Document Converter (18)
- Document Viewer (27)
- Event (31)
- File Formats (10)
- Forms Processing (29)
- Forms Recognition (33)
- HL7 (7)
- HTML5 (67)
- Image Processing (66)
- iOS (18)
- Java (7)
- JavaScript (48)
- Linux (9)
- macOS (9)
- Medical Viewer (10)
- MPEG-2 Transport Stream (7)
- OCR (100)
- PACS (51)
- PDF (66)
- Product Announcement (48)
- Streaming (7)
- TWAIN (13)
- Viewers (36)
- Virtual Printer (7)
- White Paper (24)
Tag Archives: text
Convert PDF to Text in C#, VB, and Java
While PDF files are flexible and portable, unfortunately they are not always searchable. In fact, a very common request is for the ability to parse text from PDFs. Luckily, LEADTOOLS OCR Engine makes extracting searchable text from PDF files a … Continue reading
Posted in .net, Document Converter, File Formats, OCR
Tagged .NET, Document Converter, Java, PDF, text
Leave a comment
Use LEADTOOLS OCR to Store Text from Screenshots to the Clipboard
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 … Continue reading