Class ImageProcessing

Class ImageProcessing

이름 공간 : Aspose.OCR 모임: Aspose.OCR.dll (25.4.0)

ASPOSE OCR 라이브러리에 대한 도움말 클래스. 사전 처리 및 이미지를 저장할 수 있습니다.

public static class ImageProcessing

Inheritance

object ImageProcessing

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

Render(OcrInput)

이미지 처리를 사용하여 OCR의 정확성을 향상시킵니다.당신이 지정한 순서로 입력 이미지에 적용되는 필터 목록을 만듭니다.필터를 만드는 방법 :Preprocessing 필터 = 새로운 Preprocessing 필터{프로세서 필터.Invert( )프리 프로세서 필터.Threshold(150)재활용 필터.Binarize( )프로세서 필터.로테(180)사전 처리Filter.Resize(3000,3000, Aspose.OCR.Filters.InterpolationFilterType.Box),프리 프로세서 필터.스케일(6f)프로세서 필터.Dilate()};당신은 그들 모두를 필요로하지 않습니다.당신이 필요로하는 것을 설정하십시오.

public static OcrInput Render(OcrInput images)

Parameters

images OcrInput

다른 이미지 Aspose.OCR.OcrInput를 포함하는 OcrInput 개체.

Returns

OcrInput

흐름 필드.Aspose.OCR.OcrInput에서 처리 된 결과 이미지를 포함하는 OcrInput 개체.

Save(링크, 링크)

이미지 처리를 사용하여 OCR의 정확성을 향상시킵니다.당신이 지정한 순서로 입력 이미지에 적용되는 필터 목록을 만듭니다.필터를 만드는 방법 :Preprocessing 필터 = 새로운 Preprocessing 필터{프로세서 필터.Invert( )프리 프로세서 필터.Threshold(150)재활용 필터.Binarize( )프로세서 필터.로테(180)사전 처리Filter.Resize(3000,3000, Aspose.OCR.Filters.InterpolationFilterType.Box),프리 프로세서 필터.스케일(6f)프로세서 필터.Dilate()};당신은 그들 모두를 필요로하지 않습니다.당신이 필요로하는 것을 설정하십시오.

public static OcrInput Save(OcrInput images, string folderPath)

Parameters

images OcrInput

다른 이미지 Aspose.OCR.OcrInput를 포함하는 OcrInput 개체.

folderPath string

처리 된 이미지를 저장하기 위해 이미지 이름이없는 경로.

Returns

OcrInput

결과 처리 된 이미지 Aspose.OCR.OcrInput를 포함하는 OcrInput 개체.

 한국어