diff --git a/index.md b/index.md new file mode 100644 index 0000000..b2d48ce --- /dev/null +++ b/index.md @@ -0,0 +1,22 @@ +--- +layout: default-layout +title: Dynamsoft Capture Vision Server SDKs +description: Documentation hub for Dynamsoft Capture Vision server-side SDKs, including C++, .NET, Java, and Python editions. +keywords: server, SDK, C++, .NET, Java, Python, Capture Vision +needAutoGenerateSidebar: true +noTitleIndex: true +needGenerateH3Content: true +--- + +# Dynamsoft Capture Vision Server SDKs + +Dynamsoft Capture Vision server-side SDKs enable barcode reading, label recognition, document normalization, and code parsing in server and desktop applications. + +## Available Editions + +| Edition | Description | +|:--------|:------------| +| [C++ Edition](programming/cplusplus/) | For C++ applications on Windows and Linux. | +| [.NET Edition](programming/dotnet/) | For .NET applications using C# or VB.NET. | +| [Java Edition](programming/java/) | For Java applications on any platform with JVM support. | +| [Python Edition](programming/python/) | For Python applications and scripts. |