Developer Tools for Automated Data Extraction - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Developer Tools

  • Home
  • /
  • Developer Tools
printable version: ByteScout-Text-Recognition-SDK-VB-NET-Screen-Text-Reader.pdf screen text reader in VB.NET with ByteScout Text Recognition SDK ByteScout Text Recognition SDK is the SDK designed to help developers in quick implementation of high quality OCR text recognition from scanned images and pdf. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) Module1.vb Imports System Imports System.Diagnostics Imports Bytescout.TextRecognition Module Module1 Sub Main() Dim outputDocument As String = ".\result.txt" ' [...]
printable version: ByteScout-Text-Recognition-SDK-VB-NET-Download-and-Process-file.pdf download and process file in VB.NET using ByteScout Text Recognition SDK What is ByteScout Text Recognition SDK? It is the SDK designed to help developers in quick implementation of high quality OCR text recognition from scanned images and pdf. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) Module1.vb Imports System Imports System.Diagnostics Imports System.IO Imports Bytescout.TextRecognition Module Module1 Sub Main() ' [...]
printable version: ByteScout-Text-Recognition-SDK-PowerShell-Screen-Text-Reader.pdf screen text reader in PowerShell with ByteScout Text Recognition SDK What is ByteScout Text Recognition SDK? It is the SDK designed to help developers in quick implementation of high quality OCR text recognition from scanned images and pdf. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) ScreenTextReader.ps1 # Add reference to ByteScout.TextRecognition.dll assembly Add-Type -Path "c:\Program Files\ByteScout Text Recognition SDK\net40\ByteScout.TextRecognition.dll" $OutputDocument [...]
printable version: ByteScout-Text-Recognition-SDK-C-sharp-Screen-Text-Reader.pdf screen text reader in C# using ByteScout Text Recognition SDK ByteScout Text Recognition SDK: the software development kit for automatic text recognition and OCR from pdf documents and images. Can recognize English and non-English languages. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) Program.cs using System; using System.Diagnostics; using ByteScout.TextRecognition; namespace ScreenTextReader { class Program { static void Main(string[] args) { [...]
printable version: ByteScout-Text-Recognition-SDK-C-sharp-Download-and-Process-file.pdf download and process file in C# and ByteScout Text Recognition SDK ByteScout Text Recognition SDK is the software development kit for automatic text recognition and OCR from pdf documents and images. Can recognize English and non-English languages. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) Program.cs using System; using System.Diagnostics; using System.IO; using ByteScout.TextRecognition; namespace TextRecognitionExample { class Program { static [...]
printable version: ByteScout-Spreadsheet-SDK-VB-NET-Download-and-Process-file.pdf download and process file in VB.NET with ByteScout Spreadsheet SDK ByteScout Spreadsheet SDK is the library (SDK) that is capable of writing, reading, modifying and calculating Excel and CSV spreadsheets. Most popular formulas can be calculated and reculculated with Excel installed. You may import or export data to and from CSV, XML, JSON as well as to and from databases, arrays. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline [...]
printable version: ByteScout-Spreadsheet-SDK-C-sharp-Download-and-Process-file.pdf download and process file in C# using ByteScout Spreadsheet SDK What is ByteScout Spreadsheet SDK? It is the SDK that can write and read, modify and calculate Excel and CSV spreadsheets. Most popular formulas are supported. You may import or export data to and from CSV, XML, JSON as well as to and from databases, arrays. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day [...]
printable version: ByteScout-PDF-To-HTML-SDK-VB-NET-Download-and-Process-file.pdf download and process file in VB.NET using ByteScout PDF To HTML SDK What is ByteScout PDF To HTML SDK? It is the SDK for PDF to HTML conversin. Generates static HTML version of input PDF and reconstructs all visual layout, text positions, vector and raster drawings, images, and form elements. Generated HTML requires no special software and can be viewed in any Internet browser. On-demand (REST Web API) version:  Web API (on-demand [...]
printable version: ByteScout-PDF-To-HTML-SDK-C-sharp-Download-and-Process-file.pdf download and process file in C# and ByteScout PDF To HTML SDK What is ByteScout PDF To HTML SDK? It is the SDK for PDF to HTML conversin. Generates static HTML version of input PDF and reconstructs all visual layout, text positions, vector and raster drawings, images, and form elements. Generated HTML requires no special software and can be viewed in any Internet browser. On-demand (REST Web API) version:  Web API (on-demand [...]
printable version: ByteScout-PDF-SDK-VB-NET-Download-and-Process-file.pdf download and process file in VB.NET using ByteScout PDF SDK ByteScout PDF SDK is the SDK for pdf documents generation, modification and updates. Can also generate and fill PDF forms. Provides support for text (fonts, style, size, font family), layers, pdf form fields, vector and raster drawings. On-demand (REST Web API) version:  Web API (on-demand version) On-premise offline SDK for Windows:  60 Day Free Trial (on-premise) Program.vb Imports System.IO Imports Bytescout.PDF Module [...]