From fd60c19303fc83966cc9dc67bd0606b6a2f15de3 Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Thu, 27 Aug 2026 09:17:55 +0800 Subject: [PATCH] Add server docs landing page Adds root index.md linking to all four server SDK editions (C++, .NET, Java, Python). The root URL was returning HTTP 403. --- index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 index.md 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. |