Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149403 | Nov 25,2019 09:57 AM UTC | Nov 26,2019 10:14 AM UTC | WinForms | 1 |
![]() |
Tags: PDF |
//Load a PDF document
PdfLoadedDocument lDoc = new PdfLoadedDocument("Input.pdf");
//Set OCR language to process
processor.Settings.Language = Languages.English;
//Process OCR by providing the PDF document, start page, end page and Tesseract data
string str = processor.PerformOCR(lDoc, 0, 49, @"Tessdata"); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.