ByteScout PDF Extractor SDK - VB.NET - Sensitive Data Detector - ByteScout

ByteScout PDF Extractor SDK – VB.NET – Sensitive Data Detector

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Extractor SDK – VB.NET – Sensitive Data Detector

sensitive data detector in VB.NET using ByteScout PDF Extractor SDK

How to apply ByteScout PDF Extractor SDK for sensitive data detector in VB.NET

ByteScout tutorials describe the stuff for programmers who use VB.NET. ByteScout PDF Extractor SDK was created to assist sensitive data detector in VB.NET. ByteScout PDF Extractor SDK is the SDK is designed to help developers with pdf tables and pdf data extraction from unstructured documents like pdf, tiff, scans, images, scanned and electronic forms. The library is powered by OCR, computer vision and AI to provide unique functionality like table detection, automatic table structure extraction, data restoration, data restructuring and reconstruction. Supports PDF, TIFF, PNG, JPG images as input and can output CSV, XML, JSON formatted data. Includes full set of utilities like pdf splitter, pdf merger, searchable pdf maker and other utilities.

Save time on writing and testing code by using the code below and use it in your application. Follow the steps-by-step instructions from the scratch to work and copy and paste code for VB.NET into your editor. These VB.NET sample examples can be used in one or many applications.

ByteScout PDF Extractor SDK free trial version is available for download from our website. Free trial also includes programming tutorials along with source code samples.

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.Drawing Imports Bytescout.PDFExtractor Class Program Friend Shared Sub Main(args As String()) ' Create Bytescout.PDFExtractor.SensitiveDataDetector instance Dim sensitiveDataDetector As New Bytescout.PDFExtractor.SensitiveDataDetector() sensitiveDataDetector.RegistrationName = "demo" sensitiveDataDetector.RegistrationKey = "demo" ' Load sample PDF document sensitiveDataDetector.LoadDocumentFromFile(".\samplePDF_EmailSSN.pdf") ' Set the location of OCR language data files sensitiveDataDetector.OCRLanguageDataFolder = "c:\Program Files\Bytescout PDF Extractor SDK\ocrdata_fast\" ' Perform detecting sensitive data Dim detectionResults = sensitiveDataDetector.PerformDetection() ' Generate Report Dim report As String = sensitiveDataDetector.GenerateReport(detectionResults, SensitiveDataReportFormat.TXT) Console.WriteLine(report) ' Cleanup sensitiveDataDetector.Dispose() Console.WriteLine() Console.WriteLine("Press any key to continue...") Console.ReadLine() End Sub End Class

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout PDF Extractor SDK Home Page

Explore ByteScout PDF Extractor SDK Documentation

Explore Samples

Sign Up for ByteScout PDF Extractor SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout PDF Extractor SDK Home Page

Explore ByteScout PDF Extractor SDK Documentation

Explore Samples

Sign Up for ByteScout PDF Extractor SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next