Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Convert PDF to JSON in .NET Smart Data Extractor | Syncfusion
description: Extract structured data from PDF as JSON using Smart Data Extractor. Convert PDF content into machine-readable JSON format seamlessly in .NET applications.
description: Extract structured data from PDF documents as JSON using Smart Data Extractor.
platform: document-processing
control: SmartDataExtractor
documentation: UG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: Assemblies

# Perform OCR on PDF and image files in .NET

## Performing OCR for an entire document
## Perform OCR on PDF and image files in .NET

To perform OCR for an entire PDF document using [PerformOCR](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRProcessor.html#Syncfusion_OCRProcessor_OCRProcessor_PerformOCR_Syncfusion_Pdf_Parsing_PdfLoadedDocument_System_String_) method of the [OCRProcessor](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRProcessor.html) class. Refer to the following code example.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Getting Started with Syncfusion .NET OCR Processor | Syncfusion
canonical_url: "https://www.syncfusion.com/document-sdk/net-pdf-library/ocr-process"
description: Learn about how to getting started with Syncfusion .NET OCR Processor for extracting text from scanned image and more details.
description: Learn about how to getting started with Syncfusion .NET OCR Processor and more details.
platform: document-processing
control: PDF
documentation: UG
---
# Getting Started with Syncfusion .NET OCR Processor
# About Syncfusion .NET OCR Processor Library

To quickly get started with extracting text from scanned PDF documents in .NET using the .NET OCR processor library, refer to this video tutorial:
{% youtube "https://www.youtube.com/watch?v=VhN7ETn0vyA" %}
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Form Recognition in .NET Smart Data Extractor | Syncfusion
description: Recognize form elements from PDF and scanned images using Smart Form Recognizer. Configure FormRecognizer to extract structured form data accurately in .NET.
description: Recognize form elements from PDF and scanned images using Smart Form Recognizer.
platform: document-processing
control: SmartFormRecognizer
documentation: UG
Expand Down