Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 4,648 for

values

(0.23 sec)
  1. Classify Raw Text | GroupDocs

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/classify-...
  2. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/python-net/remove-pages/
  3. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/python-net/remove-doc...
  4. Common List Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must show multiple customers’ picture and name.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/common-list-ima...
  5. C#을 사용하여 HEIF HEIC 이미지의 XMP 및 EXIF 데이터 관리

    C#을 사용하여 HEIF, HEIC 이미지의 XMP 및 EXIF 데이터를 관리합니다. .NET 애플리케이션 내에서 메타데이터 자동화 API를 사용하여 EXIF 및 XMP 데이터를 읽고, 업데이트하고, 제거합니다....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/ko/metadata/manage-xmp-and-e...
  6. Extract text from PDF documents | GroupDocs

    Learn how to extract text from PDF documents using GroupDocs.Parser for .NET. Extract text from entire PDF or specific pages with error handling. Includes PDF text extraction library C# examples....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Convertir datos de Excel y CSV en C# | XLSX a C...

    Convierta formatos XLS y XLSX a CSV y CSV a Excel dentro de aplicaciones Java. Automatice la conversión de sus archivos utilizando la API de Java para la conversión de documentos....outputFile = @"path/comma-sparated-values.csv"; using (Converter converter...inputFile = @"path/comma-sparated-values.csv"; string outputFile = @"path/spreadsheet...

    blog.groupdocs.com/es/conversion/convert-excel-...
  8. Usuń metadane dokumentów i obrazów za pomocą C#

    Usuń selektywne metadane lub wyczyść wszystkie właściwości metadanych za pomocą C# z plików DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP, e-maili, eBooków, Visio, Zip....Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/pl/metadata/remove-metadata-...
  9. C# .NET Kullanarak Bir Belgedeki Sözcükleri ve ...

    .NET belge ayrıştırma API'sini kullanarak C#'ta PDF, Word, Excel, PowerPoint ve E-posta belgelerindeki sözcük sayısını ve bunların oluşumlarını sayın....Value); // Kelime sayısını yazdır...of {0}: {1}", pair.Key, pair.Value); } } } Yukarıdaki kodun çıktısı...

    blog.groupdocs.com/tr/parser/count-words-and-oc...
  10. Basic usage | GroupDocs

    Basic usage examples for GroupDocs.Parser for .NET. Learn how to extract text, metadata, images, table of contents, and parse data from documents in C#.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/basic-usage/