Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-ocr/Aspose.OCR-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
Annushka34 committed Nov 6, 2024
1 parent 71a1f93 commit 9ed8c16
Show file tree
Hide file tree
Showing 56 changed files with 103 additions and 86 deletions.
8 changes: 4 additions & 4 deletions content/sites/aspose/ocr/english/net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ is_root: true

| Namespace | Description |
| --- | --- |
| [Aspose.OCR](./aspose.ocr) | |
| [Aspose.OCR.Filters](./aspose.ocr.filters) | |
| [Aspose.OCR](./aspose.ocr) | The **Aspose.OCR** contains tools for image recognition, skew correction, text areas detection and spell check. |
| [Aspose.OCR.Filters](./aspose.ocr.filters) | The **Aspose.OCR.Filters** contains interpolations, used forscale images. |
| [Aspose.OCR.Models.Events](./aspose.ocr.models.events) | |
| [Aspose.OCR.Models.PreprocessingFilters](./aspose.ocr.models.preprocessingfilters) | |
| [Aspose.OCR.SpellChecker](./aspose.ocr.spellchecker) | |
| [Aspose.OCR.Models.PreprocessingFilters](./aspose.ocr.models.preprocessingfilters) | The **Aspose.OCR.Models.PreprocessingFilters** contains base class for image processing commands.. |
| [Aspose.OCR.SpellChecker](./aspose.ocr.spellchecker) | The **Aspose.OCR.SpellChecker** contains classes for misspelled text correction. |

<!-- DO NOT EDIT: generated by xmldocmd for Aspose.OCR.dll -->
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Aspose.OCR.Filters
second_title: Aspose.OCR for .NET API Reference
description:
description: The Aspose.OCR.Filters contains interpolations used forscale images.
type: docs
weight: 20
url: /net/aspose.ocr.filters/
---

The **Aspose.OCR.Filters** contains interpolations, used forscale images.

## Enumeration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InterpolationFilterType
second_title: Aspose.OCR for .NET API Reference
description: Interpolations used for scale images.
type: docs
weight: 420
weight: 410
url: /net/aspose.ocr.filters/interpolationfiltertype/
---
## InterpolationFilterType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OcrPageRecognizeEventsArgs
second_title: Aspose.OCR for .NET API Reference
description: Class for OcrProgress event recognition arguments.
type: docs
weight: 410
weight: 400
url: /net/aspose.ocr.models.events/ocrpagerecognizeeventsargs/
---
## OcrPageRecognizeEventsArgs class
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Aspose.OCR.Models.PreprocessingFilters
second_title: Aspose.OCR for .NET API Reference
description:
description: The Aspose.OCR.Models.PreprocessingFilters contains base class for image processing commands..
type: docs
weight: 40
url: /net/aspose.ocr.models.preprocessingfilters/
---

The **Aspose.OCR.Models.PreprocessingFilters** contains base class for image processing commands..

## Classes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: PreprocessingFilter
second_title: Aspose.OCR for .NET API Reference
description: Base class for image processing commands.
type: docs
weight: 400
weight: 390
url: /net/aspose.ocr.models.preprocessingfilters/preprocessingfilter/
---
## PreprocessingFilter class
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Aspose.OCR.SpellChecker
second_title: Aspose.OCR for .NET API Reference
description:
description: The Aspose.OCR.SpellChecker contains classes for misspelled text correction.
type: docs
weight: 50
url: /net/aspose.ocr.spellchecker/
---

The **Aspose.OCR.SpellChecker** contains classes for misspelled text correction.

## Enumeration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SpellCheckError
second_title: Aspose.OCR for .NET API Reference
description: Representing misspelled word with additional data.
type: docs
weight: 370
weight: 360
url: /net/aspose.ocr.spellchecker/spellcheckerror/
---
## SpellCheckError structure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SpellCheckLanguage
second_title: Aspose.OCR for .NET API Reference
description: Languages used for SpellCheck existing dictionaries.
type: docs
weight: 390
weight: 380
url: /net/aspose.ocr.spellchecker/spellchecklanguage/
---
## SpellCheckLanguage enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SuggestedWord
second_title: Aspose.OCR for .NET API Reference
description: Spelling suggestion returned from GetSpellCheckErrorList.
type: docs
weight: 380
weight: 370
url: /net/aspose.ocr.spellchecker/suggestedword/
---
## SuggestedWord structure
Expand Down
4 changes: 2 additions & 2 deletions content/sites/aspose/ocr/english/net/aspose.ocr/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Aspose.OCR
second_title: Aspose.OCR for .NET API Reference
description:
description: The Aspose.OCR contains tools for image recognition skew correction text areas detection and spell check.
type: docs
weight: 10
url: /net/aspose.ocr/
---

The **Aspose.OCR** contains tools for image recognition, skew correction, text areas detection and spell check.

## Classes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AsposeOcr

| Name | Description |
| --- | --- |
| [AsposeOcr](asposeocr)() | The default constructor. |
| [AsposeOcr](asposeocr)() | Initializes a new instance of the [`AsposeOcr`](../asposeocr) class. Empty constructor. |

## Methods

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: AsposeOcr
second_title: Aspose.OCR for .NET API Reference
description: The default constructor.
description: Initializes a new instance of the AsposeOcraspose.ocr/asposeocr class. Empty constructor.
type: docs
weight: 10
url: /net/aspose.ocr/asposeocr/asposeocr/
---
## AsposeOcr constructor

The default constructor.
Initializes a new instance of the [`AsposeOcr`](../../asposeocr) class. Empty constructor.

```csharp
public AsposeOcr()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BaseRecognitionSettings
second_title: Aspose.OCR for .NET API Reference
description: Settings for the image recognition. Contains elements that allow customizing the recognition process.
type: docs
weight: 150
weight: 140
url: /net/aspose.ocr/baserecognitionsettings/
---
## BaseRecognitionSettings class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CarPlateRecognitionSettings
second_title: Aspose.OCR for .NET API Reference
description: Settings for the car number recognition. Contains elements that allow customizing the recognition process.
type: docs
weight: 160
weight: 150
url: /net/aspose.ocr/carplaterecognitionsettings/
---
## CarPlateRecognitionSettings class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Character
second_title: Aspose.OCR for .NET API Reference
description: Data about detected character.
type: docs
weight: 320
weight: 310
url: /net/aspose.ocr/character/
---
## Character class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: CharacterRecognitionResult
second_title: Aspose.OCR for .NET API Reference
description: Pages with detected characters data.
type: docs
weight: 330
weight: 320
url: /net/aspose.ocr/characterrecognitionresult/
---
## CharacterRecognitionResult class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Country
second_title: Aspose.OCR for .NET API Reference
description: For better passport recognition point the passport country.
type: docs
weight: 210
weight: 200
url: /net/aspose.ocr/country/
---
## Country enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DefectAreas
second_title: Aspose.OCR for .NET API Reference
description: Image areas containing a certain type of defect.
type: docs
weight: 300
weight: 290
url: /net/aspose.ocr/defectareas/
---
## DefectAreas class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: DefectOutput
second_title: Aspose.OCR for .NET API Reference
description: Areas containing defects identified in the image.
type: docs
weight: 290
weight: 280
url: /net/aspose.ocr/defectoutput/
---
## DefectOutput class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IDCardRecognitionSettings
second_title: Aspose.OCR for .NET API Reference
description: Settings for the ID Card recognition. Contains elements that allow customizing the recognition process.
type: docs
weight: 170
weight: 160
url: /net/aspose.ocr/idcardrecognitionsettings/
---
## IDCardRecognitionSettings class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ImageData
second_title: Aspose.OCR for .NET API Reference
description: Information about processed / recognized image.
type: docs
weight: 250
weight: 240
url: /net/aspose.ocr/imagedata/
---
## ImageData class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ImageProcessing
second_title: Aspose.OCR for .NET API Reference
description: Helper class for Aspose OCR library. Allows to preprocess and save images.
type: docs
weight: 260
weight: 250
url: /net/aspose.ocr/imageprocessing/
---
## ImageProcessing class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InputType
second_title: Aspose.OCR for .NET API Reference
description: Types of image/ documents for processing / recognition.
type: docs
weight: 270
weight: 260
url: /net/aspose.ocr/inputtype/
---
## InputType enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InvoiceRecognitionSettings
second_title: Aspose.OCR for .NET API Reference
description: Settings for the invoice recognition. Contains elements that allow customizing the recognition process.
type: docs
weight: 180
weight: 170
url: /net/aspose.ocr/invoicerecognitionsettings/
---
## InvoiceRecognitionSettings class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ public enum Language
| Pes | `142` | Persian (Farsi) alphabet |
| Urd | `143` | Urdu alphabet |
| Uig | `144` | Uyghur alphabet |
| Kor | `145` | Korean alphabet |
| Jpn | `146` | Japanese alphabet |

### See Also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class License

| Name | Description |
| --- | --- |
| [License](license)() | The default constructor. |
| [License](license)() | Initializes a new instance of this class. |

## Properties

Expand All @@ -35,7 +35,7 @@ public class License

### Examples

In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.
In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.

```csharp
[C#]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
---
title: License
second_title: Aspose.OCR for .NET API Reference
description: The default constructor.
description: Initializes a new instance of this class.
type: docs
weight: 10
url: /net/aspose.ocr/license/license/
---
## License constructor

The default constructor.
Initializes a new instance of this class.

```csharp
public License()
```

### Examples

In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.

```csharp
[C#]

License license = new License();
license.SetLicense("MyLicense.lic");
```


### See Also

* class [License](../../license)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ Tries to find the license in the following locations:

2. An embedded resource in the client's calling assembly.

2. The folder that contains the Aspose component JAR file.

3. The folder that contains the client's calling JAR file.

### Examples

In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.
In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly.

```csharp
[C#]
Expand Down Expand Up @@ -78,6 +82,9 @@ Use this method to load a license from a stream.

License license = new License();
license.SetLicense(myStream);

License license = new License();
license.setLicense(myStream);
```

### See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Logging
second_title: Aspose.OCR for .NET API Reference
description: Class to create log configurations.
type: docs
weight: 190
weight: 180
url: /net/aspose.ocr/logging/
---
## Logging class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: LoggingLevel
second_title: Aspose.OCR for .NET API Reference
description: Defines the type of logs to display.
type: docs
weight: 200
weight: 190
url: /net/aspose.ocr/logginglevel/
---
## LoggingLevel enumeration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Metered

| Name | Description |
| --- | --- |
| [Metered](metered)() | The default constructor. |
| [Metered](metered)() | Initializes a new instance of this class. |

## Methods

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Metered
second_title: Aspose.OCR for .NET API Reference
description: The default constructor.
description: Initializes a new instance of this class.
type: docs
weight: 10
url: /net/aspose.ocr/metered/metered/
---
## Metered constructor

The default constructor.
Initializes a new instance of this class.

```csharp
public Metered()
Expand Down
Loading

0 comments on commit 9ed8c16

Please sign in to comment.