旋转
Rotate(float)
旋转原始图像。
public static PreprocessingFilter Rotate(float angle)
| Parameter | Type | 描述 |
|---|---|---|
| 角度 | 单精度 | 旋转角度。范围从 -360 到 360 |
返回值
RotateFilter 对象。
另请参见
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
Rotate(float, Rectangle)
旋转图像的一部分。
public static PreprocessingFilter Rotate(float angle, Rectangle area)
| Parameter | Type | 描述 |
|---|---|---|
| 角度 | 单精度 | 旋转角度。范围从 -360 到 360 |
| 区域 | Rectangle | 要校正的图像部分的坐标。 |
返回值
RotateFilter 对象。
另请参见
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR