CalculateSkew(MemoryStream) | 이미지의 기울기 각도를 계산합니다. |
CalculateSkew(string) | 이미지의 기울기 각도를 계산합니다. |
CalculateSkewFromUri(string) | URI에서 이미지의 기울기 각도를 계산합니다. |
CompareImageTexts(string, string, RecognitionSettings, bool) | 두 이미지에 동일한 텍스트가 포함되어 있는지 확인합니다. |
CorrectSpelling(string, SpellCheckLanguage, string) | 텍스트를 수정합니다(철자가 틀린 단어 교체). |
GetRectangles(MemoryStream, AreasType, bool) | 이미지에서 텍스트 영역을 감지합니다. 자동 이미지 왜곡 보정이 적용되지 않습니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
GetRectangles(string, AreasType, bool) | 이미지에서 텍스트 영역을 감지합니다. 자동 이미지 왜곡 보정이 적용되지 않습니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
ImageHasText(string, Regex, RecognitionSettings) | 이미지 텍스트가 제공된 정규식과 일치하는지 확인합니다. |
ImageHasText(string, string, RecognitionSettings, bool) | 이미지에 제공된 텍스트 조각이 포함되어 있는지 확인하십시오. |
ImageTextDiff(string, string, RecognitionSettings, bool) | 두 이미지의 텍스트를 비교하고 얼마나 유사한지를 나타내는 숫자를 반환합니다(0에서 1). |
PreprocessImage(MemoryStream, PreprocessingFilter) | 이미지 전처리를 사용하여 OCR의 정확도를 높입니다. 지정한 순서대로 입력 이미지에 적용될 필터 목록을 만듭니다. 필터를 만드는 예: PreprocessingFilter filters = new PreprocessingFilter { PreprocessingFilter.Invert() , PreprocessingFilter.Threshold(150), PreprocessingFilter.Binarize(), PreprocessingFilter.Rotate(180), PreprocessingFilter.Resize(3000,3000, Aspose.OCR.Filters.InterpolationFilterType.Box), ScalefilfilterFilterType. ), PreprocessingFilter.Dilate() }; 모두 필요하지는 않습니다. 필요한 것만 설정하세요. |
PreprocessImage(string, PreprocessingFilter) | 이미지 전처리를 사용하여 OCR의 정확도를 높입니다. 지정한 순서대로 입력 이미지에 적용될 필터 목록을 만듭니다. 필터를 만드는 예: PreprocessingFilter filters = new PreprocessingFilter { PreprocessingFilter.Invert() , PreprocessingFilter.Threshold(150), PreprocessingFilter.Binarize(), PreprocessingFilter.Rotate(180), PreprocessingFilter.Resize(3000,3000, Aspose.OCR.Filters.InterpolationFilterType.Box), ScalefilfilterFilterType. ), PreprocessingFilter.Dilate() }; 모두 필요하지는 않습니다. 필요한 것만 설정하세요. |
RecognizeCarPlate(MemoryStream, CarPlateRecognitionSettings) | 자동차 번호판을 인식합니다. |
RecognizeCarPlate(string, CarPlateRecognitionSettings) | 자동차 번호판을 인식합니다. |
RecognizeDjvu(MemoryStream, DocumentRecognitionSettings) | 다중 페이지 DJVU 이미지에서 텍스트를 인식합니다. 지정할 수 있는 기능으로 DJVU 파일을 인식합니다.DocumentRecognitionSettings . DJVU만 지원합니다. 다른 이미지 유형을 지원하지 않습니다. |
RecognizeDjvu(string, DocumentRecognitionSettings) | 다중 페이지 DJVU 이미지에서 텍스트를 인식합니다. 지정할 수 있는 기능으로 DJVU 파일을 인식합니다.DocumentRecognitionSettings . DJVU만 지원합니다. 다른 이미지 유형을 지원하지 않습니다. |
RecognizeIDCard(MemoryStream, IDCardRecognitionSettings) | ID 카드의 텍스트를 인식합니다. |
RecognizeIDCard(string, IDCardRecognitionSettings) | ID 카드의 텍스트를 인식합니다. |
RecognizeImage(MemoryStream) | 이미지의 텍스트를 인식합니다. |
RecognizeImage(string) | 이미지의 텍스트를 인식합니다. |
RecognizeImage(MemoryStream, RecognitionSettings) | 이미지의 텍스트를 인식합니다. 지정하는 기능으로 이미지를 인식합니다.RecognitionSettings . GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizeImage(string, RecognitionSettings) | 이미지의 텍스트를 인식합니다. |
RecognizeImage(Color[], int, int, RecognitionSettings) | 이미지의 텍스트를 인식합니다. |
RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) | 이미지의 텍스트를 인식합니다. |
RecognizeImageFast(MemoryStream) | 이미지의 텍스트를 좋은 품질로 인식합니다. 왜곡 보정 및 영역 감지를 사용하지 않습니다. 빠른 모드에서 작동합니다. |
RecognizeImageFast(string) | 이미지의 텍스트를 좋은 품질로 인식합니다. 왜곡 보정 및 영역 감지를 사용하지 않습니다. 빠른 모드에서 작동합니다. |
RecognizeImageFromBase64(string, RecognitionSettings) | base64 형식으로 제공되는 이미지의 텍스트를 인식합니다. |
RecognizeImageFromUri(string, RecognitionSettings) | URI 링크에서 제공하는 이미지의 텍스트를 인식합니다. |
RecognizeInvoice(MemoryStream, InvoiceRecognitionSettings) | 인보이스 이미지의 텍스트를 인식합니다. |
RecognizeInvoice(string, InvoiceRecognitionSettings) | 인보이스 이미지의 텍스트를 인식합니다. |
RecognizeLine(MemoryStream) | 한 줄의 텍스트가 포함된 이미지를 인식합니다. 자동 이미지 왜곡 보정이 적용되지 않습니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizeLine(string) | 한 줄의 텍스트가 포함된 이미지를 인식합니다. 자동 이미지 왜곡 보정이 적용되지 않습니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizeMultipleImages(List<string>) | 기본 설정으로 목록에서 여러 이미지를 인식합니다. 아카이브 및 폴더는 지원되지 않습니다. 최대 처리 이미지 수는 20입니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizeMultipleImages(string) | ZIP 아카이브 또는 기본 설정으로 폴더에서 압축된 여러 이미지를 인식합니다. 중첩된 아카이브 및 폴더는 지원되지 않습니다. 처리된 이미지의 최대 양은 20입니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizeMultipleImages(List<string>, RecognitionSettings) | 목록에서 여러 이미지를 인식합니다. 아카이브 및 폴더는 지원되지 않습니다. 최대 처리 이미지 수는 20입니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizeMultipleImages(string, RecognitionSettings) | ZIP 아카이브 또는 폴더에서 압축된 여러 이미지를 인식합니다. 중첩된 아카이브 및 폴더는 지원되지 않습니다. 처리된 이미지의 최대 양은 20입니다. GIF, PNG, JPEG, BMP, TIFF, JFIF를 지원합니다. |
RecognizePassport(MemoryStream, PassportRecognitionSettings) | 여권의 텍스트를 인식합니다. |
RecognizePassport(string, PassportRecognitionSettings) | 여권의 텍스트를 인식합니다. |
RecognizePdf(MemoryStream, DocumentRecognitionSettings) | 스캔한 PDF에서 텍스트를 인식합니다(이미지 추출). 지정하는 기능으로 pdf 파일을 인식합니다.RecognitionSettings . 스캔한 PDF만 지원합니다. 검색 가능한 PDF를 지원하지 않습니다. |
RecognizePdf(string, DocumentRecognitionSettings) | 스캔한 PDF에서 텍스트를 인식합니다(이미지 추출). 지정하는 기능으로 pdf 파일을 인식합니다.DocumentRecognitionSettings . 스캔한 PDF만 지원합니다. 검색 가능한 PDF를 지원하지 않습니다. |
RecognizeReceipt(MemoryStream, ReceiptRecognitionSettings) | 이미지의 텍스트를 인식합니다. |
RecognizeReceipt(string, ReceiptRecognitionSettings) | 이미지의 텍스트를 인식합니다. |
RecognizeTiff(MemoryStream, DocumentRecognitionSettings) | 다중 페이지 TIFF 이미지에서 텍스트를 인식합니다. 지정하는 기능으로 TIFF 파일을 인식합니다.DocumentRecognitionSettings . TIFF(TIF)만 지원합니다. 다른 이미지 유형을 지원하지 않습니다. |
RecognizeTiff(string, DocumentRecognitionSettings) | 다중 페이지 TIFF 이미지에서 텍스트를 인식합니다. 지정하는 기능으로 TIFF 파일을 인식합니다.DocumentRecognitionSettings . TIFF(TIF)만 지원합니다. 다른 이미지 유형을 지원하지 않습니다. |
static SaveMultipageDocument(MemoryStream, SaveFormat, List<RecognitionResult>) | RecognitionResult objects 목록에서 여러 페이지 문서를 가져올 수 있습니다. |
static SaveMultipageDocument(string, SaveFormat, List<RecognitionResult>) | RecognitionResult objects 목록에서 여러 페이지 문서를 가져올 수 있습니다. |