Download asposeocr for net

Author: B | 2025-04-24

★★★★☆ (4.5 / 3691 reviews)

business card designer

AsposeOcr class. Main API for Aspose OCR library. The AsposeOcr type exposes the following members: Constructors

kms auto download

.NET Mass Downloader - Download the .NET

Finding the right font can be challenging. Sometimes, you come across a font in an image that you want to use. In this blog post, we will explore how to find font from image online. This process is simple and efficient, making it accessible for everyone.이미지에서 온라인 글꼴 식별기이미지에서 글꼴을 쉽게 찾을 수 있는 온라인 글꼴 식별 도구가 있습니다. 이 도구를 사용하면 이미지를 업로드하고 그 안에 사용된 글꼴을 빠르게 식별할 수 있습니다.이미지에서 폰트를 찾는 방법 온라인다음 간단한 단계를 따라 이미지에서 온라인으로 폰트를 찾으세요:Visit the Aspose OCR Font Detector website.“업로드” 버튼을 클릭하여 이미지 파일을 선택하세요.업로드한 후, "이 글꼴은 무엇인가요?" 버튼을 클릭하세요.도구가 이미지를 분석할 때까지 기다리세요.스크린에 표시된 감지된 글꼴 정보를 확인하십시오.우리는 귀하의 개인 정보와 보안을 보장하기 위해 24시간 후에 서버에서 모든 파일을 자동으로 삭제합니다.OCR 이미지: 개발자 가이드Aspose.OCR은 스캔된 이미지를 편집 가능하고 검색 가능한 텍스트로 변환하는 최첨단 광학 문자 인식 라이브러리입니다. 빠르고 정확하며 여러 언어를 지원합니다. 문서를 디지털화하든, 데이터 입력을 자동화하든, 접근성을 향상시키든, Aspose.OCR은 원활한 결과를 제공합니다. 사용자 친화적인 API는 귀하의 애플리케이션에 손쉽게 통합됩니다. 플랫폼 간에 작동하며, 귀하의 시스템과의 호환성을 보장합니다.이미지에서 텍스트 찾기 C#다음 단계와 C#에서 이미지에서 텍스트를 찾기 위한 코드 예제를 따라 주십시오.Install Aspose.OCR for .NET 를 통해 NuGet 에서 귀하의 애플리케이션에 설치하십시오.아래 코드를 복사하여 이미지 파일에서 텍스트를 찾고 추출하세요:using Aspose.OCR;// AsposeOcr의 인스턴스를 초기화합니다.AsposeOcr api = new AsposeOcr();OcrInput images = new OcrInput(InputType.SingleImage){ "source.jpg"};// 스크린샷 이미지를 OCR로 인식하기var result = api.Recognize(images);// 인식된 텍스트를 표시하세요.foreach (var image in result){ Console.WriteLine(image.FileName); Console.WriteLine(image.RecognitionText);}이미지에서 텍스트 찾기 파이썬으로You can also find text from an image using Aspose.OCR in Python. Here`s how:Install Aspose.OCR for Python 을 pip 명령어를 통해 애플리케이션에 설치하십시오.아래 코드를 복사하여 이미지 파일에서 텍스트를 찾고 추출하세요:import aspose.ocr as ocr# Aspose.OCR API 인스턴스화api = ocr.AsposeOcr()# 인식 배치에 이미지를 추가하세요img = ocr.OcrInput(ocr.InputType.SINGLE_IMAGE)img.add("source.jpg")# 이미지를 인식하다result = api.recognize(img)# 인식 결과 출력print(result[0].recognition_text)이미지에서 텍스트 찾기 자바유사하게, Java에서 이미지에서 텍스트를 찾을 수도 있습니다. 방법은 다음과 같습니다:Install Aspose.OCR for Java 를 귀하의 애플리케이션에 설치하십시오.아래 코드를 복사하여 이미지 파일에서 텍스트를 찾고 추출하세요:// AsposeOCR 인식 엔진 초기화AsposeOCR api = new AsposeOCR();// 이미지를 로드하고 인식합니다.String result = RecognizePage("source.png");// 결과를 보여주세요System.out.println("Recognition result:\n" + result + "\n\n");무료 라이센스 받기Aspose 제품 탐색에 관심이 있으신가요? 라이센스 페이지를 방문하여 무료 임시 라이센스를 받으세요. 쉽고 빠릅니다! 오늘부터 프로젝트를 향상시키기 시작하세요.이미지에서 글꼴 찾기: 무료 리소스이미지에서 글꼴을 찾는 것 외에도, Aspose.OCR에 대한 이해를 깊게 할 수 있는 다양한 자료를 제공합니다. 더 많은 통찰력과 실제 예제는 우리 문서와 튜토리얼을 확인해 보세요.개발자 가이드무료 온라인 애플리케이션API 참조사용 방법 가이드 및 기사결론이 블로그 게시물에서는 Aspose.OCR을 사용하여 온라인에서 이미지에서 글꼴을 찾는 방법을 탐색했습니다. 우리는 온라인 도구를 다루었고 C#, Java 및 Python에 대한 단계별 가이드를 제공했습니다. 프로젝트를 향상하고 작업 흐름을 간소화하기 위해 Aspose.OCR에 대해 더 알아보세요.질문이 있거나 추가 도움이 필요하시면, 언제든지 free support forum 에 연락해 주시기 바랍니다.See Also이미지를 온라인으로 텍스트로 변환하기온라인에서 손글씨를 텍스트로 변환하기Best Arabic OCR Online Tool. AsposeOcr class. Main API for Aspose OCR library. The AsposeOcr type exposes the following members: Constructors AsposeOcr class. Main API for Aspose OCR library. The AsposeOcr type exposes the following members: Constructors Method Description; AsposeOCR() Constructor. Create an API instance. AsposeOcr(string alphabet) Constructor. Create an API instance and set of allowed characters in the alphabet. Initializes a new instance of the AsposeOcraspose.ocr/asposeocr class. Empty constructor. List KeyValuePair Aspose.OCR.Language, float Lists the recognition languages detected in the image along with their probabilities. Example. The following code sample demonstrates how to detect the image languages: Aspose. OCR. AsposeOcr recognitionEngine = new Aspose. OCR. AsposeOcr (); // Add an image to OcrInput object Aspose. AsposeOcr api = new AsposeOcr (); // Create OcrInput object to containerize images // Add filters as you need // PreprocessingFilter filters = new PreprocessingFilter // we automaticaly preprocess your image, but if your recognition result still bad, you can set up the set of filters by your own // {// PreprocessingFilter.Dilate AsposeOcr api = new AsposeOcr (); // Create OcrInput object to containerize images // Add filters as you need // PreprocessingFilter filters = new PreprocessingFilter // we automaticaly preprocess your image, but if your recognition result still bad, you can set up the set of filters by your own // {// PreprocessingFilter.Dilate Install Aspose.OCR (CPU-based) NuGet package to the project. Save this image to bin Debug or bin Debug net6.0 directory of the project under the name source.png: Coding. Create an instance of Aspose.OCR recognition engine: Aspose. OCR. AsposeOcr recognitionEngine = new Aspose. OCR. AsposeOcr (); Add the image to OcrInput object: 高效精准的OCR借助先进的 Python 技术,体验 OCR 结果无与伦比的速度和精度。多种语言识别 140 多种语言的文本:英语、法语、德语、西班牙语、俄语、中文、印地语、日语、韩语、泰米尔语、阿拉伯语、波斯语等。普遍的使用 Python 轻松处理来自不同来源(扫描仪、相机和智能手机)的图像。亚洲语言实现中文、阿拉伯文、梵文和德拉威文字以及混合语言文本的精确识别。保留布局维护源格式以实现准确的文本表示并识别表格。准备好识别 准备好识别 将文件拖放到此处或单击浏览** 通过上传您的文件或使用我们的服务,您同意我们的 使用条款 和 隐私政策.# Initialize OCR enginerecognitionEngine = AsposeOcr()# Add image to batchinput = OcrInput(InputType.SINGLE_IMAGE)input.add("sample.png")# Extract text from imageresult = recognitionEngine.recognize(input)# Display the recognition resultprint(result[0].recognition_text)Python via .NET易于开发、代码可读性和可维护性拥有最多的功能并接收最频繁的更新整体速度可能比其他平台慢一点Python via Java在任何平台上使用相同的库在任何设备上无缝运行您的应用程序需要 Java 运行时环境 (JRE) 版本 8 或更高版本Python via C++无论平台如何,最快的速度对资源管理的大量控制针对经验丰富的开发人员批量OCRMulti-page PDFDjVuZIPFolder识别结果TextPDFMicrosoft WordMicrosoft ExcelHTMLRTFePubJSONXML可搜索的 PDF将任何扫描件转换为完全可搜索、可索引和可​​编辑的文档。任何字体和样式识别并识别所有流行字体和样式的文本。微调识别调整每个 OCR 参数以获得最佳识别结果。查找图像中的文本在一组图像中搜索文本或正则表达式。比较图像文本比较两个图像上的文本,无论大小写和布局如何。安装Aspose.OCR for Python via .NET 作为 Python Wheel 或独立的可下载包进行分发,很容易分发。直接从您首选的 Python 集成开发环境 (IDE) 集成到您的 Python 项目是一个无缝的过程。只需安装它,您就可以利用完整的 OCR 功能,以各种格式保存识别结果。安装后,您可以立即开始通过 .NET 使用 Aspose.OCR for Python ,尽管有一定的限制。临时许可证可解除 30 天内的所有试用版限制。利用这段时间开始开发功能齐全的 OCR 应用程序,以便您在稍后阶段做出明智的决定是否通过 .NET 购买 Aspose.OCR for Python。加载许可证lic = License()lic.set_license(self.licPath)识别照片上的文字从 Aspose OCR for Python 中的任何内容读取文本就像调用通用识别方法一样简单。将照片转换为文本 - Pythonapi = AsposeOcr()# Add image to the recognition batchinput = OcrInput(InputType.SINGLE_IMAGE)input.add("source1.png")# Set recognition languagerecognitionSettings = RecognitionSettings()recognitionSettings.language = Language.UKR;# Recognize the imageresults = api.recognize(input, recognitionSettings)# Print recognition resultfor result in results:print(result.recognition_text)Python 通用转换器我们的 API 能够熟练地读取来自扫描仪、相机或智能手机的任何图像:PDF 文档、JPEG、PNG、TIFF、GIF、BMP 图像,甚至 DjVu 文件。对多页 PDF 文档、TIFF 和 DjVu 图像的全面支持确保了多功能性。您还可以通过 URL 提供来自网络的图像。识别结果以流行的文档和数据交换格式返回:纯文本、PDF、Microsoft Word、Microsoft Excel、JSON 和 XML。识别 PDF 并将结果保存为各种输出格式 - Pythonapi = AsposeOcr()# Create OcrInput and add imagesinput = OcrInput(aspose.ocr.models.InputType.PDF)file = os.path.join(self.dataDir, "pdfs/multi_page_1.pdf")input.add(file, 0, 3)set = RecognitionSettings()set.set_detect_areas_mode = DetectAreasMode.NONEresult = api.recognize(input, set)api.save_multipage_document("test.xml", SaveFormat.XML, result)api.save_multipage_document("test.json", SaveFormat.JSON, result)api.save_multipage_document("test.pdf", SaveFormat.PDF, result)api.save_multipage_document("test.xlsx", SaveFormat.XLSX, result)api.save_multipage_document("test.docx", SaveFormat.DOCX, result)api.save_multipage_document("test.txt", SaveFormat.TEXT, result)api.save_multipage_document("test.html", SaveFormat.HTML, result)api.save_multipage_document("test.epub", SaveFormat.EPUB, result)api.save_multipage_document("test.rtf", SaveFormat.RTF, result)Python 中的资源优化光学字符识别需要资源。我们的 API 提供了灵活的方法来平衡经典的时间-价格-质量三元组:在彻底识别和快速识别之间进行选择。指定分配用于识别的线程数,或允许库自动缩放到处理器核心的数量。通过将计算卸载到 .NET 后端来释放 CPU。快速识别——Pythonapi = AsposeOcr()# Create OcrInput and add imagesinput = OcrInput(InputType.SINGLE_IMAGE)input.add("sample_line.png")result = api.recognize_fast(input)识别单行如果您的图像已被修剪为单行文本,则可以以最快的模式对其进行识别,而无需自动更正、内容结构检测和其他消耗资源的步骤。它可以将 OCR 速度比正常识别过程快 7 倍。识别图像上的单行文本 - Pythonapi = AsposeOcr()# Create OcrInput and add imagesinput = OcrInput(InputType.SINGLE_IMAGE)input.add("sample_line.png")# recognize without regions detectionsettings = RecognitionSettings()settings.recognize_single_line = Trueresult = api.recognize(input, settings)print(result[0].recognition_text)

Comments

User5855

Finding the right font can be challenging. Sometimes, you come across a font in an image that you want to use. In this blog post, we will explore how to find font from image online. This process is simple and efficient, making it accessible for everyone.이미지에서 온라인 글꼴 식별기이미지에서 글꼴을 쉽게 찾을 수 있는 온라인 글꼴 식별 도구가 있습니다. 이 도구를 사용하면 이미지를 업로드하고 그 안에 사용된 글꼴을 빠르게 식별할 수 있습니다.이미지에서 폰트를 찾는 방법 온라인다음 간단한 단계를 따라 이미지에서 온라인으로 폰트를 찾으세요:Visit the Aspose OCR Font Detector website.“업로드” 버튼을 클릭하여 이미지 파일을 선택하세요.업로드한 후, "이 글꼴은 무엇인가요?" 버튼을 클릭하세요.도구가 이미지를 분석할 때까지 기다리세요.스크린에 표시된 감지된 글꼴 정보를 확인하십시오.우리는 귀하의 개인 정보와 보안을 보장하기 위해 24시간 후에 서버에서 모든 파일을 자동으로 삭제합니다.OCR 이미지: 개발자 가이드Aspose.OCR은 스캔된 이미지를 편집 가능하고 검색 가능한 텍스트로 변환하는 최첨단 광학 문자 인식 라이브러리입니다. 빠르고 정확하며 여러 언어를 지원합니다. 문서를 디지털화하든, 데이터 입력을 자동화하든, 접근성을 향상시키든, Aspose.OCR은 원활한 결과를 제공합니다. 사용자 친화적인 API는 귀하의 애플리케이션에 손쉽게 통합됩니다. 플랫폼 간에 작동하며, 귀하의 시스템과의 호환성을 보장합니다.이미지에서 텍스트 찾기 C#다음 단계와 C#에서 이미지에서 텍스트를 찾기 위한 코드 예제를 따라 주십시오.Install Aspose.OCR for .NET 를 통해 NuGet 에서 귀하의 애플리케이션에 설치하십시오.아래 코드를 복사하여 이미지 파일에서 텍스트를 찾고 추출하세요:using Aspose.OCR;// AsposeOcr의 인스턴스를 초기화합니다.AsposeOcr api = new AsposeOcr();OcrInput images = new OcrInput(InputType.SingleImage){ "source.jpg"};// 스크린샷 이미지를 OCR로 인식하기var result = api.Recognize(images);// 인식된 텍스트를 표시하세요.foreach (var image in result){ Console.WriteLine(image.FileName); Console.WriteLine(image.RecognitionText);}이미지에서 텍스트 찾기 파이썬으로You can also find text from an image using Aspose.OCR in Python. Here`s how:Install Aspose.OCR for Python 을 pip 명령어를 통해 애플리케이션에 설치하십시오.아래 코드를 복사하여 이미지 파일에서 텍스트를 찾고 추출하세요:import aspose.ocr as ocr# Aspose.OCR API 인스턴스화api = ocr.AsposeOcr()# 인식 배치에 이미지를 추가하세요img = ocr.OcrInput(ocr.InputType.SINGLE_IMAGE)img.add("source.jpg")# 이미지를 인식하다result = api.recognize(img)# 인식 결과 출력print(result[0].recognition_text)이미지에서 텍스트 찾기 자바유사하게, Java에서 이미지에서 텍스트를 찾을 수도 있습니다. 방법은 다음과 같습니다:Install Aspose.OCR for Java 를 귀하의 애플리케이션에 설치하십시오.아래 코드를 복사하여 이미지 파일에서 텍스트를 찾고 추출하세요:// AsposeOCR 인식 엔진 초기화AsposeOCR api = new AsposeOCR();// 이미지를 로드하고 인식합니다.String result = RecognizePage("source.png");// 결과를 보여주세요System.out.println("Recognition result:\n" + result + "\n\n");무료 라이센스 받기Aspose 제품 탐색에 관심이 있으신가요? 라이센스 페이지를 방문하여 무료 임시 라이센스를 받으세요. 쉽고 빠릅니다! 오늘부터 프로젝트를 향상시키기 시작하세요.이미지에서 글꼴 찾기: 무료 리소스이미지에서 글꼴을 찾는 것 외에도, Aspose.OCR에 대한 이해를 깊게 할 수 있는 다양한 자료를 제공합니다. 더 많은 통찰력과 실제 예제는 우리 문서와 튜토리얼을 확인해 보세요.개발자 가이드무료 온라인 애플리케이션API 참조사용 방법 가이드 및 기사결론이 블로그 게시물에서는 Aspose.OCR을 사용하여 온라인에서 이미지에서 글꼴을 찾는 방법을 탐색했습니다. 우리는 온라인 도구를 다루었고 C#, Java 및 Python에 대한 단계별 가이드를 제공했습니다. 프로젝트를 향상하고 작업 흐름을 간소화하기 위해 Aspose.OCR에 대해 더 알아보세요.질문이 있거나 추가 도움이 필요하시면, 언제든지 free support forum 에 연락해 주시기 바랍니다.See Also이미지를 온라인으로 텍스트로 변환하기온라인에서 손글씨를 텍스트로 변환하기Best Arabic OCR Online Tool

2025-04-22
User9138

高效精准的OCR借助先进的 Python 技术,体验 OCR 结果无与伦比的速度和精度。多种语言识别 140 多种语言的文本:英语、法语、德语、西班牙语、俄语、中文、印地语、日语、韩语、泰米尔语、阿拉伯语、波斯语等。普遍的使用 Python 轻松处理来自不同来源(扫描仪、相机和智能手机)的图像。亚洲语言实现中文、阿拉伯文、梵文和德拉威文字以及混合语言文本的精确识别。保留布局维护源格式以实现准确的文本表示并识别表格。准备好识别 准备好识别 将文件拖放到此处或单击浏览** 通过上传您的文件或使用我们的服务,您同意我们的 使用条款 和 隐私政策.# Initialize OCR enginerecognitionEngine = AsposeOcr()# Add image to batchinput = OcrInput(InputType.SINGLE_IMAGE)input.add("sample.png")# Extract text from imageresult = recognitionEngine.recognize(input)# Display the recognition resultprint(result[0].recognition_text)Python via .NET易于开发、代码可读性和可维护性拥有最多的功能并接收最频繁的更新整体速度可能比其他平台慢一点Python via Java在任何平台上使用相同的库在任何设备上无缝运行您的应用程序需要 Java 运行时环境 (JRE) 版本 8 或更高版本Python via C++无论平台如何,最快的速度对资源管理的大量控制针对经验丰富的开发人员批量OCRMulti-page PDFDjVuZIPFolder识别结果TextPDFMicrosoft WordMicrosoft ExcelHTMLRTFePubJSONXML可搜索的 PDF将任何扫描件转换为完全可搜索、可索引和可​​编辑的文档。任何字体和样式识别并识别所有流行字体和样式的文本。微调识别调整每个 OCR 参数以获得最佳识别结果。查找图像中的文本在一组图像中搜索文本或正则表达式。比较图像文本比较两个图像上的文本,无论大小写和布局如何。安装Aspose.OCR for Python via .NET 作为 Python Wheel 或独立的可下载包进行分发,很容易分发。直接从您首选的 Python 集成开发环境 (IDE) 集成到您的 Python 项目是一个无缝的过程。只需安装它,您就可以利用完整的 OCR 功能,以各种格式保存识别结果。安装后,您可以立即开始通过 .NET 使用 Aspose.OCR for Python ,尽管有一定的限制。临时许可证可解除 30 天内的所有试用版限制。利用这段时间开始开发功能齐全的 OCR 应用程序,以便您在稍后阶段做出明智的决定是否通过 .NET 购买 Aspose.OCR for Python。加载许可证lic = License()lic.set_license(self.licPath)识别照片上的文字从 Aspose OCR for Python 中的任何内容读取文本就像调用通用识别方法一样简单。将照片转换为文本 - Pythonapi = AsposeOcr()# Add image to the recognition batchinput = OcrInput(InputType.SINGLE_IMAGE)input.add("source1.png")# Set recognition languagerecognitionSettings = RecognitionSettings()recognitionSettings.language = Language.UKR;# Recognize the imageresults = api.recognize(input, recognitionSettings)# Print recognition resultfor result in results:print(result.recognition_text)Python 通用转换器我们的 API 能够熟练地读取来自扫描仪、相机或智能手机的任何图像:PDF 文档、JPEG、PNG、TIFF、GIF、BMP 图像,甚至 DjVu 文件。对多页 PDF 文档、TIFF 和 DjVu 图像的全面支持确保了多功能性。您还可以通过 URL 提供来自网络的图像。识别结果以流行的文档和数据交换格式返回:纯文本、PDF、Microsoft Word、Microsoft Excel、JSON 和 XML。识别 PDF 并将结果保存为各种输出格式 - Pythonapi = AsposeOcr()# Create OcrInput and add imagesinput = OcrInput(aspose.ocr.models.InputType.PDF)file = os.path.join(self.dataDir, "pdfs/multi_page_1.pdf")input.add(file, 0, 3)set = RecognitionSettings()set.set_detect_areas_mode = DetectAreasMode.NONEresult = api.recognize(input, set)api.save_multipage_document("test.xml", SaveFormat.XML, result)api.save_multipage_document("test.json", SaveFormat.JSON, result)api.save_multipage_document("test.pdf", SaveFormat.PDF, result)api.save_multipage_document("test.xlsx", SaveFormat.XLSX, result)api.save_multipage_document("test.docx", SaveFormat.DOCX, result)api.save_multipage_document("test.txt", SaveFormat.TEXT, result)api.save_multipage_document("test.html", SaveFormat.HTML, result)api.save_multipage_document("test.epub", SaveFormat.EPUB, result)api.save_multipage_document("test.rtf", SaveFormat.RTF, result)Python 中的资源优化光学字符识别需要资源。我们的 API 提供了灵活的方法来平衡经典的时间-价格-质量三元组:在彻底识别和快速识别之间进行选择。指定分配用于识别的线程数,或允许库自动缩放到处理器核心的数量。通过将计算卸载到 .NET 后端来释放 CPU。快速识别——Pythonapi = AsposeOcr()# Create OcrInput and add imagesinput = OcrInput(InputType.SINGLE_IMAGE)input.add("sample_line.png")result = api.recognize_fast(input)识别单行如果您的图像已被修剪为单行文本,则可以以最快的模式对其进行识别,而无需自动更正、内容结构检测和其他消耗资源的步骤。它可以将 OCR 速度比正常识别过程快 7 倍。识别图像上的单行文本 - Pythonapi = AsposeOcr()# Create OcrInput and add imagesinput = OcrInput(InputType.SINGLE_IMAGE)input.add("sample_line.png")# recognize without regions detectionsettings = RecognitionSettings()settings.recognize_single_line = Trueresult = api.recognize(input, settings)print(result[0].recognition_text)

2025-04-24
User1112

Pesquisar, copiar ou manipular o conteúdo do documento.Aspose .NET OCR oferece uma maneira rápida, fácil e altamente confiável de converter qualquer PDF digitalizado em um documento totalmente pesquisável e indexável. Ele reconhece com precisão o conteúdo da página, convertendo-o em uma camada de texto legível por máquina sobre a imagem original que pode ser selecionada, copiada, lida por software de conversão de texto em fala e até mesmo processada automaticamente por tradutores, resumidores e outras análises baseadas em IA. ferramentas.Adicionar sobreposição de texto ao PDF - C#// Load the scanned PDFOcrInput pdf = new OcrInput(InputType.PDF);pdf.Add("Delivery-Agreement.pdf");// Recognize the text from documentAsposeOcr api = new AsposeOcr();ListRecognitionResult> result = api.Recognize(pdf);// Save searchable PDFAsposeOcr.SaveMultipageDocument("Readable-Contract.pdf", SaveFormat.Pdf, result);// Report progressConsole.WriteLine($@"Recognition finished. See '{Directory.GetCurrentDirectory()}\Readable-Contract.pdf'.");Pesquisar texto em imagensOs arquivos digitais, especialmente em grandes organizações, geralmente consistem em uma vasta coleção de digitalizações e fotos, muitas das quais podem conter documentos de várias páginas. A gestão eficiente e a organização eficaz de tais arquivos são essenciais para facilitar a recuperação e navegação de informações. No entanto, as imagens não contêm texto legível por máquina, impossibilitando a pesquisa e análise do conteúdo do documento.A biblioteca C# OCR permite pesquisar facilmente texto em imagens, independentemente da fonte, tamanho do texto, estilo e outros parâmetros. A biblioteca também oferece suporte a pesquisas que não diferenciam maiúsculas de minúsculas e expressões regulares, que são extremamente úteis em vários aplicativos e setores. Esta funcionalidade pode ser utilizada para categorizar documentos com base no conteúdo, palavras-chave ou padrões encontrados no texto; pesquisa de termos ou cláusulas específicas em acordos e contratos; reorganizar arquivos com base em palavras-chave ou conteúdo encontrado neles; localizar e identificar dados pessoais em documentos, tornando mais fácil garantir a conformidade com o GDPR e gerenciar informações confidenciais de maneira mais eficaz. A pesquisa em imagens também permite criar fluxos de trabalho automatizados e agilizar diversos processos de negócios ao receber contratos e faturas assinadas.Pesquisar texto em imagens - C#string sourceFolder = "images";string searchFor = "OCR";// Search for text in imagesAsposeOcr api = new AsposeOcr();foreach(var image in Directory.GetFiles(sourceFolder,"*.png")){ bool found = api.ImageHasText(image, searchFor); if(found) Console.WriteLine($@"Found ""{searchFor}"" in image ""{image}""");}

2025-04-02

Add Comment