Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 2,872 for

indexing

(0.04 sec)
  1. C#을 사용하여 모든 단어의 동의어 찾기 | 의미별 동의어 그룹

    .NET API를 사용하여 C#에서 모든 단어의 가능한 모든 동의어를 찾습니다. 동일한 단어의 다른 의미로 정렬된 다양한 동의어 모음을 가져옵니다.... Index 클래스를 사용하여 인덱스를 생성합니다. GetSynonyms..."make"; string[] synonyms = new Index().Dictionaries.SynonymDictionary...

    blog.groupdocs.com/ko/search/find-synonyms-of-w...
  2. 使用 C# 查找任何單詞的同義詞 |按含義劃分的同義詞組

    使用 .NET API 在 C# 中查找任何單詞的所有可能同義詞。獲取按同一個詞的不同含義排列的不同同義詞集合。... 使用 Index 類創建索引。 使用 GetSynonyms 方法從同義詞詞典中獲取同義詞集合。..."make"; string[] synonyms = new Index().Dictionaries.SynonymDictionary...

    blog.groupdocs.com/zh-hant/search/find-synonyms...
  3. Search text in PDF documents | Documentation

    This article explains that how to search text from PDF documents...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  4. Search text in Emails | Documentation

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-e...
  5. Extract images from document page area | Docume...

    This article explains that how to extract images from document page area....images ) { // Print a page index, rectangle and image type: Console...Type: {2}" , image . Page . Index , image . Rectangle , image...

    docs.groupdocs.com/parser/net/extract-images-fr...
  6. Виконайте нечіткий пошук за допомогою C#

    Дізнайтеся, як виконувати нечіткий пошук за допомогою C# для точного та ефективного зіставлення запитів. Дізнайтеся, як створити пошук документів із нечіткою логікою в C# для кращих результатів....нечіткого пошуку Створіть об’єкт Index , щоб визначити місце зберігання...пошуку Використовуйте метод Index.Add , щоб включити файли до...

    kb.groupdocs.com/uk/search/net/perform-fuzzy-se...
  7. Εκτελέστε αντίστροφη αναζήτηση εικόνων χρησιμοπ...

    Εκτελέστε αποτελεσματικά αντίστροφη αναζήτηση εικόνων χρησιμοποιώντας C# για να βρείτε παρόμοιες εικόνες. Μάθετε πώς να εφαρμόζετε αντίστροφη αναζήτηση εικόνων σε C# για ανάκτηση εικόνων βάσει περιεχομένου....Δημιουργήστε ένα αντικείμενο Index χρησιμοποιώντας τον καθορισμένο...αναζήτησης χρησιμοποιώντας το Index.Search Περιηγηθείτε στα αποτελέσματα...

    kb.groupdocs.com/el/search/net/perform-reverse-...
  8. Scan Barcode | Documentation

    This article shows how to scan barcode in .Net with GroupDocs.Parser with few lines of code from images, documents and other file formats like PDF, Emails, Ebooks, Words, and others....barcodes ) { // Print the page index Console . WriteLine ( "Page:..."Page: " + barcode . Page . Index . ToString ()); // Print the barcode...

    docs.groupdocs.com/parser/net/scan-barcode/
  9. Java kullanarak Ters Görüntü Araması Gerçekleşt...

    Benzer görselleri bulmak için Java kullanarak ters görsel aramayı hızla gerçekleştirin. İçerik tabanlı görsel alma için Java'da ters görsel aramanın nasıl uygulanacağını keşfedin....depolanacağı klasörü belirterek bir Index nesnesi başlatın Kapsayıcı öğe...oluşturun Referans görseli ve Index.search aracılığıyla tanımlanmış...

    kb.groupdocs.com/tr/search/java/perform-reverse...
  10. Extract table of contents from EPUB eBooks | Do...

    To extract table of contents from EPUB e-books GetToc method is used....the collection and get page index to extract a page text from.... Text ); // Check if page index has a value if ( i . PageIndex...

    docs.groupdocs.com/parser/net/extract-table-of-...