Skip to content

Commit 21848f8

Browse files
update to internal commit 8b537080
1 parent 5861e63 commit 21848f8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ repositoryUrl: https://github.com/dynamsoft-docs/capture-vision-docs-server/blob
22
repository: dynamsoft-docs/capture-vision-docs-server
33
docFullPath: https://www.dynamsoft.com/capture-vision/docs/server/
44
firstLevelUrl: /capture-vision/docs/server
5+
searchIndexName: Crawler-DCV-Docs-New
6+
searchNeedFilter: true
57

68
useVersionTree: true
79

programming/python/api-reference/core/basic-classes/contour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Contour
2323
| Method | Description |
2424
|----------------------|-------------|
2525
| [`__init__`](#__init__) | Initializes a new instance of the `Contour` class. |
26-
| [`set_points`](#set_points) | Sets the point array and the points free function pointer. |
26+
| [`set_points`](#set_points) | Sets the point array. |
2727
| [`get_points`](#get_points) | Gets the point array. |
2828

2929
### \_\_init\_\_
@@ -36,7 +36,7 @@ def __init__(self):
3636

3737
### set_points
3838

39-
Sets the point array and the points free function pointer.
39+
Sets the point array and the points.
4040

4141
```python
4242
def set_points(self, points: List[Point]) -> None:

search.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
layout: search-page
3-
title: Dynamsoft Capture Vision SDK Documentation Search
4-
keywords: Dynamsoft Capture Vision SDK Documentation Search
5-
breadcrumbText: HomePage
6-
cx: b5ca9ca31b6a640a2
2+
layout: search-layout
3+
title: Dynamsoft Capture Vision Documentation Search
4+
keywords: Dynamsoft Capture Vision Documentation Search
5+
h1: Dynamsoft Capture Vision Documentation Search
6+
indexName: Crawler-DCV-Docs-New
77
---

0 commit comments

Comments
 (0)