@@ -146,7 +146,7 @@ sudo py -3 setup.py build install
146146 | DetailedResult | Dictionary<DetailedResult> |
147147 | ExtendedResults | List<ExtendedResult> |
148148
149-
149+
150150 | LocalizationResult | Type |
151151 | --------------------------|-------------------|
152152 | TerminatePhase | LONG |
@@ -171,7 +171,6 @@ sudo py -3 setup.py build install
171171 | AccompanyingTextBytes | ByteArray |
172172 | Confidence | LONG |
173173
174-
175174 ```
176175 DetailedReuslt depends on BarcodeFormat:
177176 ```
@@ -192,7 +191,6 @@ sudo py -3 setup.py build install
192191 | DataRegionNumber(DataMatrix) | LONG |
193192 | LayerNumber(AZTEC) | LONG |
194193
195-
196194 | ExtendedResult | Type |
197195 | --------------------------|---------------------------|
198196 | ResultType | LONG |
@@ -207,14 +205,12 @@ sudo py -3 setup.py build install
207205 | SamplingImage | Dictionary<IMResultData> |
208206 | Clarity | LONG |
209207
210-
211208 | SamplingImage | Type |
212209 | -------------------------|-------------------|
213210 | Bytes | ByteArray |
214211 | Width | LONG |
215212 | Height | LONG |
216213
217-
218214 | IntermediateResult | Type |
219215 | ------------------------------|-------------------|
220216 | DataType | LONG |
@@ -245,7 +241,6 @@ sudo py -3 setup.py build install
245241 | ScaleDownRatio | LONG |
246242 | FrameId | LONG |
247243
248-
249244 ```
250245 IMResultData depends on DataType:
251246 ```
@@ -271,7 +266,6 @@ sudo py -3 setup.py build install
271266 | Y | LONG |
272267
273268
274-
275269- StartVideoMode(max_buffer, max_results, video_width, video_height, image_format, callback)
276270- StopVideoMode()
277271- AppendVideoFrame(frame-by-opencv-capture)
@@ -407,10 +401,3 @@ Although these APIs will deprecate in a future version, it still works for now.
407401## Online Documentation
408402https://www.dynamsoft.com/Products/Barcode-Reader-Resources.aspx#documentation
409403
410- ## Related Articles
411- * [How to Define Python Object Members in C Code](https://www.codepool.biz/python-object-members.html)
412- * [Python Barcode Decoding on Non-Python Created Thread](https://www.codepool.biz/python-decode-barcode-c-thread.html)
413- * [Things to Do with DBR 6.0 and Python Barcode Extension](http://www.codepool.biz/dynamsoft-barcode-python-extension-6-0.html)
414- * [How to Port C/C++ Barcode Extension to Python 3](http://www.codepool.biz/cc-barcode-extension-python-3.html)
415- * [Building Python Barcode Extension with DBR 5.0 on Windows](http://www.codepool.biz/python-barcode-extension-dbr-windows.html)
416- * [Building Python Barcode Extension with DBR 5.2 for Linux](http://www.codepool.biz/build-linux-python-barcode-extension.html)
0 commit comments