diff --git a/programming/cplusplus/api-reference/buffered-character-item-set.md b/programming/cplusplus/api-reference/buffered-character-item-set.md index eed54aa..4f0af17 100644 --- a/programming/cplusplus/api-reference/buffered-character-item-set.md +++ b/programming/cplusplus/api-reference/buffered-character-item-set.md @@ -23,7 +23,7 @@ The `CBufferedCharacterItemSet` class represents a collection of buffered charac class CBufferedCharacterItemSet ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/cplusplus/api-reference/buffered-character-item.md b/programming/cplusplus/api-reference/buffered-character-item.md index b7441ea..2032814 100644 --- a/programming/cplusplus/api-reference/buffered-character-item.md +++ b/programming/cplusplus/api-reference/buffered-character-item.md @@ -23,7 +23,7 @@ The `CBufferedCharacterItem` class represents a buffered character item. Each bu class CBufferedCharacterItem ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/cplusplus/api-reference/character-cluster.md b/programming/cplusplus/api-reference/character-cluster.md index 48f2377..d8b12a6 100644 --- a/programming/cplusplus/api-reference/character-cluster.md +++ b/programming/cplusplus/api-reference/character-cluster.md @@ -23,7 +23,7 @@ The `CCharacterCluster` class represents a character cluster generated from the class CCharacterCluster ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/cplusplus/api-reference/label-recognizer-module.md b/programming/cplusplus/api-reference/label-recognizer-module.md index bfd51d0..2ee92ae 100644 --- a/programming/cplusplus/api-reference/label-recognizer-module.md +++ b/programming/cplusplus/api-reference/label-recognizer-module.md @@ -22,7 +22,7 @@ The `CLabelRecognizerModule` class defines general functions in the label recogn class CLabelRecognizerModule ``` -## Methods Summary +## Methods | Method | Description | | --------------------------------------------------------- | -------------------------------------------------- | diff --git a/programming/cplusplus/api-reference/localized-text-line-element.md b/programming/cplusplus/api-reference/localized-text-line-element.md index bd20247..fe1cdaf 100644 --- a/programming/cplusplus/api-reference/localized-text-line-element.md +++ b/programming/cplusplus/api-reference/localized-text-line-element.md @@ -32,6 +32,14 @@ class CLocalizedTextLineElement : public CRegionObjectElement | [`GetCharacterQuadsCount`](#getcharacterquadscount) | Gets the number of character quads in the text line.| | [`GetCharacterQuad`](#getcharacterquad) | Gets the quadrilateral of a specific character in the text line. | | [`GetRowNumber`](#getrownumber) | Gets the row number of the text line. | +| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | | +| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | +| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | +| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | +| [`GetImageData`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getimagedata) | Gets the imageData of the region object element. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#clone) | Clone the region object element. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#retain) | Increases the reference count of the `CRegionObjectElement` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#release) | Decreases the reference count of the `CRegionObjectElement` object. | ### GetCharacterQuadsCount diff --git a/programming/cplusplus/api-reference/localized-text-lines-unit.md b/programming/cplusplus/api-reference/localized-text-lines-unit.md index d57b6c5..5bbcae2 100644 --- a/programming/cplusplus/api-reference/localized-text-lines-unit.md +++ b/programming/cplusplus/api-reference/localized-text-lines-unit.md @@ -36,6 +36,19 @@ class CLocalizedTextLinesUnit : public CIntermediateResultUnit | [`RemoveLocalizedTextLine`](#removelocalizedtextline) | Removes the localized text line at the specified index.| | [`AddLocalizedTextLine`](#addlocalizedtextline) | Adds a localized text line.| | [`SetLocalizedTextLine`](#setlocalizedtextline) | Sets the localized text line at the specified index.| +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/raw-text-lines-unit.md b/programming/cplusplus/api-reference/raw-text-lines-unit.md index 23571e7..50d1645 100644 --- a/programming/cplusplus/api-reference/raw-text-lines-unit.md +++ b/programming/cplusplus/api-reference/raw-text-lines-unit.md @@ -36,6 +36,19 @@ class CRawTextLinesUnit : public CIntermediateResultUnit | [`RemoveRawTextLine`](#removerawtextline) | Removes the raw text line at the specified index.| | [`AddRawTextLine`](#addrawtextline) | Adds a raw text line.| | [`SetRawTextLine`](#setrawtextline) | Sets the raw text line at the specified index.| +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/recognized-text-line-element.md b/programming/cplusplus/api-reference/recognized-text-line-element.md index c177ea9..371d514 100644 --- a/programming/cplusplus/api-reference/recognized-text-line-element.md +++ b/programming/cplusplus/api-reference/recognized-text-line-element.md @@ -36,6 +36,14 @@ class CRecognizedTextLineElement : public CRegionObjectElement | [`GetRowNumber`](#getrownumber) | Gets the row number of the text line within the image. | | [`GetSpecificationName`](#getspecificationname) | Gets the name of the text line specification that generated this element. | | [`GetRawText`](#getrawtext) | Gets the recognized raw text, excluding any concatenation separators. | +| **Methods Inherited from [CRegionObjectElement]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html):** | | +| [`GetLocation`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getlocation) | Gets the location of the region object element. | +| [`GetReferencedElement`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getreferencedelement) | Gets a pointer to a referenced region object element. | +| [`GetElementType`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getelementtype) | Gets the type of the region object element. | +| [`GetImageData`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#getimagedata) | Gets the imageData of the region object element. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#clone) | Clone the region object element. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#retain) | Increases the reference count of the `CRegionObjectElement` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/region-object-element.html#release) | Decreases the reference count of the `CRegionObjectElement` object. | ### GetText diff --git a/programming/cplusplus/api-reference/recognized-text-lines-result-array.md b/programming/cplusplus/api-reference/recognized-text-lines-result-array.md deleted file mode 100644 index d05c47f..0000000 --- a/programming/cplusplus/api-reference/recognized-text-lines-result-array.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -layout: default-layout -title: CRecognizedTextLinesResultArray - Dynamsoft Label Recognizer Classes -description: The class CRecognizedTextLinesResultArray of Dynamsoft Label Recognizer represents an array of recognized text lines. -keywords: Recognized text lines result array -needGenerateH3Content: true -needAutoGenerateSidebar: true -noTitleIndex: true -breadcrumbText: CRecognizedTextLinesResultArray ---- - -# CRecognizedTextLinesResultArray - -The `CRecognizedTextLinesResultArray` class represents an array of recognized text lines. It is an abstract class that provides an interface for accessing the results. - -## Definition - -*Namespace:* dynamsoft::dlr - -*Assembly:* DynamsoftLabelRecognizer - -```cpp -class CRecognizedTextLinesResultArray -``` - -## Methods Summary - -| Method | Description | -|----------------------|-------------| -| [`GetCount`](#getcount) | Gets the number of recognized text lines in the array.| -| [`GetResult`](#getresult) | Gets the recognized text line at the specified index. | - -### GetCount - -It is used to get the number of recognized text lines in the array. - -```cpp -virtual int GetCount() const = 0; -``` - -**Return value** - -Returns the number of recognized text lines in the array. - -### GetResult - -It is used to get the recognized text line at the specified index. - -```cpp -virtual const CRecognizedTextLinesResult* GetResult(int index) const = 0; -``` - -**Parameters** - -`[in] index` The index of the recognized text line to retrieve. - -**Return value** - -Returns a pointer to the CRecognizedTextLinesResult object at the specified index. diff --git a/programming/cplusplus/api-reference/recognized-text-lines-result.md b/programming/cplusplus/api-reference/recognized-text-lines-result.md index a01e28d..c067b2a 100644 --- a/programming/cplusplus/api-reference/recognized-text-lines-result.md +++ b/programming/cplusplus/api-reference/recognized-text-lines-result.md @@ -19,51 +19,30 @@ The `CRecognizedTextLinesResult` class represents the result of a text recogniti *Assembly:* DynamsoftLabelRecognizer +*Inheritance:* [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html) -> CRecognizedTextLinesResult + ```cpp -class CRecognizedTextLinesResult +class CRecognizedTextLinesResult : public CCapturedResultBase ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| -| [`GetOriginalImageHashId`](#getoriginalimagehashid) | Gets the hash ID of the original image. | -| [`GetOriginalImageTag`](#getoriginalimagetag) | Gets the tag of the original image. | | [`GetItemsCount`](#getitemscount) | Gets the number of text line result items in the recognition result. | | [`GetItem`](#getitem) | Gets the text line result item at the specified index. | -| [`HasItem`](#hasitem) | Check if the item is present in the array.| -| [`RemoveItem`](#removeitem) | Remove a specific item from the array in the recognition result.| -| [`GetRotationTransformMatrix`](#getrotationtransformmatrix) | Get the rotation transformation matrix of the original image relative to the rotated image.| -| [`GetErrorCode`](#geterrorcode) | Gets the error code of the recognition result, if an error occurred. | -| [`GetErrorString`](#geterrorstring) | Gets the error message of the recognition result, if an error occurred. | +| [`HasItem`](#hasitem) | Checks if the item is present in the array. | +| [`RemoveItem`](#removeitem) | Removes a specific item from the array in the recognition result. | | [`operator[]`](#operator) | Gets the text line result item at the specified index. | +| [`AddItem`](#additem) | Adds a specific item to the array in the recognized text lines result. | | [`Retain`](#retain) | Increases the reference count of the CRecognizedTextLinesResult object. | | [`Release`](#release) | Decreases the reference count of the CRecognizedTextLinesResult object. | -| [`AddItem`](#additem) | Add a specific item to the array in the recognized text lines result. | - -### GetOriginalImageHashId - -Gets the hash ID of the original image. - -```cpp -virtual const char* GetOriginalImageHashId() const = 0; -``` - -**Return value** - -Returns a pointer to a null-terminated string containing the hash ID of the original image. - -### GetOriginalImageTag - -Gets the tag of the original image. - -```cpp -virtual const CImageTag* GetOriginalImageTag() const = 0; -``` - -**Return value** - -Returns a pointer to a CImageTag object representing the tag of the original image. +| **Methods Inherited from [CCapturedResultBase]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html):** | | +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getoriginalimagetag) | Gets the tag of the original image. | +| [`GetRotationTransformMatrix`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#getrotationtransformmatrix) | Gets the rotation transformation matrix of the original image relative to the rotated image. | +| [`GetErrorCode`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#geterrorcode) | Gets the error code of the recognition result, if an error occurred. | +| [`GetErrorString`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-base.html#geterrorstring) | Gets the error message of the recognition result, if an error occurred. | ### GetItemsCount @@ -125,43 +104,6 @@ int RemoveItem(const CTextLineResultItem* item) Return value indicating whether the deletion was successful or not. -### GetRotationTransformMatrix - -Get the rotation transformation matrix of the original image relative to the rotated image. - -```cpp -void GetRotationTransformMatrix(double matrix[9]) const; -``` - -**Parameters** - -`[out] matrix` A double array which represents the rotation transform matrix. - - -### GetErrorCode - -Gets the error code of the recognition result, if an error occurred. - -```cpp -virtual int GetErrorCode() const = 0; -``` - -**Return value** - -Returns the error code of the recognition result, or 0 if no error occurred. - -### GetErrorString - -Gets the error message of the recognition result, if an error occurred. - -```cpp -virtual const char* GetErrorString() const = 0; -``` - -**Return value** - -Returns a pointer to a null-terminated string containing the error message of the recognition result, or a pointer to an empty string if no error occurred. - ### operator[] Gets the text line result item at the specified index. diff --git a/programming/cplusplus/api-reference/recognized-text-lines-unit.md b/programming/cplusplus/api-reference/recognized-text-lines-unit.md index 872e2ab..8290408 100644 --- a/programming/cplusplus/api-reference/recognized-text-lines-unit.md +++ b/programming/cplusplus/api-reference/recognized-text-lines-unit.md @@ -25,7 +25,7 @@ class CRecognizedTextLinesUnit : public CIntermediateResultUnit *Inheritance:* [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html) -> CRecognizedTextLinesUnit -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| @@ -36,6 +36,19 @@ class CRecognizedTextLinesUnit : public CIntermediateResultUnit | [`RemoveRecognizedTextLine`](#removerecognizedtextline) | Removes the recognized text line at the specified index. | | [`AddRecognizedTextLine`](#addrecognizedtextline) | Adds a recognized text line. | | [`SetRecognizedTextLine`](#setrecognizedtextline) | Sets the recognized text line at the specified index. | +| **Methods Inherited from [CIntermediateResultUnit]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html):** | | +| [`GetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gethashid) | Gets the hash ID of the unit.| +| [`GetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagehashid) | Gets the hash ID of the original image. | +| [`GetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#getoriginalimagetag) | Gets the image tag of the original image. | +| [`GetType`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettype) | Gets the type of the intermediate result unit. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#clone) | Creates a copy of the intermediate result unit. | +| [`SetHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#sethashid) | Sets the hash ID of the unit. | +| [`SetOriginalImageHashId`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagehashid) | Sets the hash ID of the original image. | +| [`SetOriginalImageTag`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#setoriginalimagetag) | Sets the image tag of the original image. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#retain) | Increases the reference count of the unit. | +| [`Release`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#release) | Decreases the reference count of the unit. | +| [`GetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#gettransformmatrix) | Gets the transformation matrix via TransformMatrixType. | +| [`SetTransformMatrix`]({{ site.dcvb_cpp_api }}core/intermediate-results/intermediate-result-unit.html#settransformmatrix) | Sets the transformation matrix via TransformMatrixType. | ### GetCount diff --git a/programming/cplusplus/api-reference/text-line-result-item.md b/programming/cplusplus/api-reference/text-line-result-item.md index 7385a3f..18cff2e 100644 --- a/programming/cplusplus/api-reference/text-line-result-item.md +++ b/programming/cplusplus/api-reference/text-line-result-item.md @@ -25,7 +25,7 @@ class CTextLineResultItem : public CCapturedResultItem *Inheritance:* [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html) -> CTextLineResultItem -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| @@ -37,6 +37,14 @@ class CTextLineResultItem : public CCapturedResultItem | [`GetSpecificationName`](#getspecificationname) | Gets the name of the text line specification that generated this element. | | [`GetRawText`](#getrawtext) | Gets the recognized raw text, excluding any concatenation separators. | | [`SetLocation`](#setlocation) | Set the location of the text line item. | +| **Methods Inherited from [CCapturedResultItem]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html):** | | +| [`GetType`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettype) | Gets the type of the captured result item. | +| [`GetReferenceItem`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#getreferenceitem) | Gets a pointer to the referenced item in the captured result. | +| [`GetTargetROIDefName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettargetroidefname) | Gets the name of the target ROI definition. | +| [`GetTaskName`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#gettaskname) | Gets the name of the task. | +| [`Retain`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#retain) | Increases the reference count of the `CCapturedResultItem` object. | +| [`Release`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#release) | Decreases the reference count of the `CCapturedResultItem` object. | +| [`Clone`]({{ site.dcvb_cpp_api }}core/basic-structures/captured-result-item.html#clone) | Clone the captured result item. | ### SetLocation diff --git a/programming/dotnet/api-reference/buffered-character-item-set.md b/programming/dotnet/api-reference/buffered-character-item-set.md index 10cf28f..f92baf9 100644 --- a/programming/dotnet/api-reference/buffered-character-item-set.md +++ b/programming/dotnet/api-reference/buffered-character-item-set.md @@ -21,7 +21,7 @@ The `BufferedCharacterItemSet` class represents a collection of buffered charact class BufferedCharacterItemSet : IEnumerable ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/dotnet/api-reference/buffered-character-item.md b/programming/dotnet/api-reference/buffered-character-item.md index 333e46a..9dfe48f 100644 --- a/programming/dotnet/api-reference/buffered-character-item.md +++ b/programming/dotnet/api-reference/buffered-character-item.md @@ -21,7 +21,7 @@ The `BufferedCharacterItem` class represents a buffered character item. Each buf class BufferedCharacterItem ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/dotnet/api-reference/character-cluster.md b/programming/dotnet/api-reference/character-cluster.md index ea67915..45f3cfd 100644 --- a/programming/dotnet/api-reference/character-cluster.md +++ b/programming/dotnet/api-reference/character-cluster.md @@ -21,7 +21,7 @@ The `CharacterCluster` class represents a character cluster generated from the b class CharacterCluster ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/dotnet/api-reference/recognized-text-lines-unit.md b/programming/dotnet/api-reference/recognized-text-lines-unit.md index 4519cf4..1af5830 100644 --- a/programming/dotnet/api-reference/recognized-text-lines-unit.md +++ b/programming/dotnet/api-reference/recognized-text-lines-unit.md @@ -23,7 +23,7 @@ class RecognizedTextLinesUnit : IntermediateResultUnit, IEnumerable RecognizedTextLinesUnit -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/java/api-reference/recognized-text-lines-unit.md b/programming/java/api-reference/recognized-text-lines-unit.md index 027f5f9..e70f8dd 100644 --- a/programming/java/api-reference/recognized-text-lines-unit.md +++ b/programming/java/api-reference/recognized-text-lines-unit.md @@ -19,7 +19,7 @@ The `RecognizedTextLinesUnit` class represents an intermediate result unit conta public class RecognizedTextLinesUnit extends IntermediateResultUnit ``` -## Methods Summary +## Methods | Method | Description | |----------------------|-------------| diff --git a/programming/python/api-reference/recognized-text-lines-unit.md b/programming/python/api-reference/recognized-text-lines-unit.md index 4379944..39cd490 100644 --- a/programming/python/api-reference/recognized-text-lines-unit.md +++ b/programming/python/api-reference/recognized-text-lines-unit.md @@ -19,7 +19,7 @@ class RecognizedTextLinesUnit(IntermediateResultUnit) *Inheritance:* [IntermediateResultUnit]({{ site.dcvb_python_api }}core/intermediate-results/intermediate-result-unit.html) -> RecognizedTextLinesUnit -## Methods Summary +## Methods | Method | Description | |----------------------|-------------|