From 1a189692763ee16eb9594496d9b940dfffa493ae Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Thu, 10 Oct 2024 16:18:57 +0800 Subject: [PATCH] update to internal commit a71bd083 --- _config.yml | 18 ++- _data/full_tree.yml | 1 + .../release-notes/python-highlight-2.4.10.md | 14 +++ _includes/sidelist-full-tree.html | 4 +- .../programming-dotnet.html | 2 +- .../programming-python.html | 24 ++++ assets/js/dcpServerVersionSearch.json | 86 +++++++++++++ index.md | 4 +- .../api-reference/code-parser-module.md | 41 +++++++ programming/python/api-reference/index.md | 22 ++++ .../api-reference/parsed-result-item.md | 113 ++++++++++++++++++ .../python/api-reference/parsed-result.md | 102 ++++++++++++++++ programming/python/index.md | 18 +++ programming/python/release-notes/index.md | 11 ++ programming/python/release-notes/python-2.md | 15 +++ 15 files changed, 469 insertions(+), 6 deletions(-) create mode 100644 _includes/release-notes/python-highlight-2.4.10.md create mode 100644 _includes/sidelist-programming/programming-python.html create mode 100644 programming/python/api-reference/code-parser-module.md create mode 100644 programming/python/api-reference/index.md create mode 100644 programming/python/api-reference/parsed-result-item.md create mode 100644 programming/python/api-reference/parsed-result.md create mode 100644 programming/python/index.md create mode 100644 programming/python/release-notes/index.md create mode 100644 programming/python/release-notes/python-2.md diff --git a/_config.yml b/_config.yml index 982e2f3..cff8214 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,10 @@ dcp_dotnet: /code-parser/docs/server/programming/dotnet/ dcp_dotnet_api: /code-parser/docs/server/programming/dotnet/api-reference/ dcp_dotnet_release_notes: /code-parser/docs/server/programming/dotnet/release-notes/ +dcp_python: /code-parser/docs/server/programming/python/ +dcp_python_api: /code-parser/docs/server/programming/python/api-reference/ +dcp_python_release_notes: /code-parser/docs/server/programming/python/release-notes/ + assets: /code-parser/docs/server/assets/ edit_icon: /code-parser/docs/server/assets/img-icon/edit-icon.png smile_icon: /code-parser/docs/server/assets/img-icon/icon-smile.png @@ -25,8 +29,10 @@ dcv_enumerations: /capture-vision/docs/core/enums/ dcv_parameters: /capture-vision/docs/core/parameters/ dcv_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/ dcv_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/ +dcv_python_api: /capture-vision/docs/server/programming/python/api-reference/ -useVersionTree: true +useVersionTree: false +isDCV: true baseurl: "/code-parser/docs/server" plugins: @@ -53,6 +59,16 @@ defaults: values: docRootName: "Code Parser C++ Edition" docHomePage: "/code-parser/docs/server/programming/cplusplus/" + - scope: + path: "programming/dotnet" + values: + docRootName: "Code Parser .NET Edition" + docHomePage: "/code-parser/docs/server/programming/dotnet/" + - scope: + path: "programming/python" + values: + docRootName: "Code Parser Python Edition" + docHomePage: "/code-parser/docs/server/programming/python/" - scope: path: "Hide_Tree_Page.html" values: diff --git a/_data/full_tree.yml b/_data/full_tree.yml index 37adf02..60a960c 100644 --- a/_data/full_tree.yml +++ b/_data/full_tree.yml @@ -2,3 +2,4 @@ tree_file_list: - sidelist-full-tree.html - sidelist-programming/programming-cpp.html - sidelist-programming/programming-dotnet.html + - sidelist-programming/programming-python.html diff --git a/_includes/release-notes/python-highlight-2.4.10.md b/_includes/release-notes/python-highlight-2.4.10.md new file mode 100644 index 0000000..4f32af6 --- /dev/null +++ b/_includes/release-notes/python-highlight-2.4.10.md @@ -0,0 +1,14 @@ + +* This is the first release of the Python Edition of `DynamsoftCodeParser` SDK integrated with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually. +* Added supports to parse following code types: + * [MRTD_TD1_ID]({{ site.dcp_code_types }}mrtd.html) + * [MRTD_TD2_ID]({{ site.dcp_code_types }}mrtd.html) + * [MRTD_TD2_VISA]({{ site.dcp_code_types }}mrtd.html) + * [MRTD_TD3_PASSPORT]({{ site.dcp_code_types }}mrtd.html) + * [MRTD_TD3_VISA]({{ site.dcp_code_types }}mrtd.html) + * [VIN]({{ site.dcp_code_types }}vin.html) + * [AAMVA_DL_ID]({{ site.dcp_code_types }}aamva-dl-id.html) + * [AAMVA_DL_ID_WITH_MAG_STRIPE]({{ site.dcp_code_types }}aamva-dl-id.html) + * [AADHAAR]({{ site.dcp_code_types }}aadhaar.html) + * [SOUTH_AFRICA_DL]({{ site.dcp_code_types }}za-dl.html) + diff --git a/_includes/sidelist-full-tree.html b/_includes/sidelist-full-tree.html index 4b74f75..3270a2e 100644 --- a/_includes/sidelist-full-tree.html +++ b/_includes/sidelist-full-tree.html @@ -1,8 +1,8 @@ -