---
layout: default-layout
title: Index - Dynamsoft Capture Vision .NET Edition
description: Overview of Dynamsoft Capture Vision .NET Edition, covering feature highlights, system requirements, and links to the user guide, API reference, and release notes.
keywords: API reference, index, .NET
needAutoGenerateSidebar: true
---

# Introduction to Dynamsoft Capture Vision .NET Edition

Dynamsoft Capture Vision (DCV) .NET Edition enables you to develop highly customizable applications for barcode reading, label recognition, document border detection, and result parsing with .NET language.

Dynamsoft Capture Vision Bundle is an aggregating SDK of a series of specific functional products including:

- Dynamsoft Barcode Reader (DBR): enables users to quickly deploy barcode scanning functionality on all common barcodes such as 1D, QR, PDF417, etc.

- Dynamsoft Label Recognizer (DLR): recognizes meaningful zonal text or symbols within an image, commonly referred to as a "Label" in this context.

- Dynamsoft Document Normalizer (DDN): detects quadrilaterals (or "quads") in images, such as document or table boundaries, and then perform document normalization on the images within those detected quads.

- Dynamsoft Code Parser (DCP): extracts meaningful fields from text/bytes into human-readable information, typically used for post-processing results generated by DBR/DLR.


## Getting Started with DCV .NET Edition

The best way to begin with Dynamsoft Capture Vision .NET Edition is to follow the guides for specific use cases.

- [User Guide for Barcode Reader]({{ site.dbr_dotnet }}user-guide.html)

- [User Guide for MRZ Scanner]({{ site.dcvb_dotnet }}user-guide/mrz-scanner.html)

- [User Guide for Document Scanner]({{ site.dcvb_dotnet }}user-guide/document-scanner.html)

## System Requirements

### Supported Platforms

**Windows**
- Supported Versions: Windows 8 and higher, or Windows Server 2012 and higher
- Architectures: x64, x86

**Linux**
- Supported Distributions: Ubuntu 16.04+ LTS, Debian 8+, CentOS 7+
- Architectures: x64
- Dependencies: glibc 2.17 or higher

### Runtime Environment

- .NET Framework 3.5 and above
- .NET 6, 7, 8, 9, 10

> [!NOTE]
> Other architectures and operating systems, such as ESP32, MIPS, FreeRTOS, and Micrium uC/OS, are not supported.

## API Reference

For an overview of the APIs, see the [API Reference]({{ site.dcvb_dotnet_api }}).

## Release Notes

For a peek of DCV .NET Edition history, check the [Release Notes]({{ site.dcvb_dotnet }}release-notes/index.html).

## License Subscription

To develop and run your application with Dynamsoft Capture Vision SDK, you need an active license key:

* <a href = "https://www.dynamsoft.com/customer/license/trialLicense?utm_source=docs&product=dcv&package=dotnet" target = "_blank">Request a 30-day free trial license</a>

## Contact Us

<a href = "https://www.dynamsoft.com/company/customer-service/#contact" target = "_blank">Feel free to contact us if you have any questions.</a>
