AsposeOcr.RecognizeImage
RecognizeImage(string)
Herkent tekst op afbeelding.
public string RecognizeImage(string fullPath)
Parameter | Type | Beschrijving |
---|---|---|
fullPath | String | Pad naar de afbeelding. |
Winstwaarde
Herkende tekst.
Opmerkingen
Maakt gebruik van automatische correctie van scheve afbeeldingen en detectie van tekstgebieden. Ondersteunt GIF, PNG, JPEG, BMP, TIFF, JFIF.
Zie ook
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeImage(string, RecognitionSettings)
Herkent tekst op afbeelding.
public RecognitionResult RecognizeImage(string fullPath, RecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
fullPath | String | Pad naar de afbeelding. |
settings | RecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Opmerkingen
Herkent afbeelding met de mogelijkheid om te specificerenRecognitionSettings
. Ondersteunt GIF, PNG, JPEG, BMP, TIFF, JFIF.
Zie ook
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeImage(MemoryStream)
Herkent tekst op afbeelding.
public string RecognizeImage(MemoryStream stream)
Parameter | Type | Beschrijving |
---|---|---|
stream | MemoryStream | Geheugenstroom die de afbeelding bevat. |
Winstwaarde
Herkende tekst.
Opmerkingen
Maakt gebruik van automatische correctie van scheve afbeeldingen en detectie van tekstgebieden. Ondersteunt GIF, PNG, JPEG, BMP, TIFF, JFIF.
Zie ook
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeImage(MemoryStream, RecognitionSettings)
Herkent tekst op afbeelding. Herkent afbeelding met de mogelijkheid om te specificerenRecognitionSettings
. Ondersteunt GIF, PNG, JPEG, BMP, TIFF, JFIF.
public RecognitionResult RecognizeImage(MemoryStream stream, RecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
stream | MemoryStream | Geheugenstroom die de afbeelding bevat. |
settings | RecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Zie ook
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeImage(byte[], int, int, PixelType, RecognitionSettings)
Herkent tekst op afbeelding.
public RecognitionResult RecognizeImage(byte[] imageData, int width, int height,
PixelType pixelFormat, RecognitionSettings settings = null)
Parameter | Type | Beschrijving |
---|---|---|
imageData | Byte[] | Gedecodeerde afbeelding in bytes-array. Gebruikt RGB-verlichtingstechnologie voor bitsPerPixel > 1. |
width | Int32 | Breedte afbeelding. |
height | Int32 | Afbeelding hoogte. |
pixelFormat | PixelType | Ondersteunt byte, rgb, bgr, rgba. |
settings | RecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Opmerkingen
Herkent afbeelding met de mogelijkheid om te specificerenRecognitionSettings
. Ondersteunt rij-gedecodeerde bytegegevens.
Zie ook
- class RecognitionResult
- enum PixelType
- class RecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeImage(Color[], int, int, RecognitionSettings)
Herkent tekst op afbeelding.
public RecognitionResult RecognizeImage(Color[] imageData, int width, int height,
RecognitionSettings settings = null)
Parameter | Type | Beschrijving |
---|---|---|
imageData | Color[] | Gedecodeerde afbeelding in Aspose.Drawing.Color-array. |
width | Int32 | Breedte afbeelding. |
height | Int32 | Afbeelding hoogte. |
settings | RecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Opmerkingen
Herkent afbeelding met de mogelijkheid om te specificerenRecognitionSettings
. Ondersteunt rij-gedecodeerde bytegegevens.
Zie ook
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR