Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 3,087 for

indexes

(0.22 sec)
  1. Կատարեք հոմոֆոնի որոնում՝ օգտագործելով C#

    Իմացեք, թե ինչպես կատարել հոմոֆոն որոնում՝ օգտագործելով C#՝ հնչյունական համապատասխանության համար: Բացահայտեք C# homophone որոնման ալգորիթմը ճշգրիտ արդյունքների համար՝ առանց լրացուցիչ ծրագրեր տեղադրելու:...որոնման գործառույթը Ստեղծեք Index օբյեկտ, որը կծառայի որպես ձեր...ավելացնելու համար օգտագործեք Index.Add մեթոդը՝ նշելով ինդեքսավորվող...

    kb.groupdocs.com/hy/search/net/perform-homophon...
  2. Atlikite Homophone Search naudodami Java.

    Sužinokite, kaip atlikti homofoninę paiešką naudojant Java fonetiniam atitikimui. Ištyrinėkite Java homofono paieškos algoritmą, kad gautumėte tikslius rezultatus be papildomos programinės įrangos....funkciją Sukurkite objektą Index , kad nustatytumėte saugyklos...dokumentus, naudokite metodą Index.add, nurodydami aplanką, kuriame...

    kb.groupdocs.com/lt/search/java/perform-homopho...
  3. Izvezite indeksirane dokumente u HTML koristeći C#

    Naučite kako izvoziti indeksirane dokumente u HTML koristeći C# pomoću koraka koje je lako slijediti. Implementirajte C# izvoz indeksiranih dokumenata u HTML za bolje upravljanje dokumentima....pohrane teksta Inicijalizirajte Index navodeći mapu u kojoj će dokumenti...iz navedene mape koristeći Index.Add metodu kako biste ih pripremili...

    kb.groupdocs.com/hr/search/net/export-indexed-d...
  4. ค้นหา Word และคำพ้องเสียงในหลายๆ ไฟล์โดยใช้ C#

    ค้นหาคำเฉพาะและคำพ้องเสียงในไฟล์ต่างๆ ของโฟลเดอร์โดยใช้ C# สร้างแอป .NET สำหรับโฮโมโฟนโดยใช้ API การค้นหาเอกสารโดย GroupDocs...ที่ระบุ Index index = new Index(indexFolder); index.Add(documentsFolder);...จะถูกค้นหาด้วย SearchResult result = index.Search(query, options); Console...

    blog.groupdocs.com/th/search/find-homophones-in...
  5. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/ocr-support/
  6. Δημιουργία αναφοράς αναζήτησης χρησιμοποιώντας C#

    Μάθετε πώς να δημιουργείτε αναφορά αναζήτησης χρησιμοποιώντας C# για δεδομένα ευρετηρίου. Θα παρασχεθεί ένα δείγμα κώδικα κώδικα για τη δημιουργία αναφοράς αναζήτησης σε C# χωρίς εγκατάσταση επιπλέον λογισμικού....Αρχικοποιήστε ένα αντικείμενο Index για να δημιουργήσετε ένα αποθετήριο...ευρετήριο χρησιμοποιώντας τη μέθοδο Index.Add , προσδιορίζοντας το φάκελο...

    kb.groupdocs.com/el/search/net/create-search-re...
  7. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....feedback To obtain a list of indexed documents in a specific search...a list of nested items of indexed container document. To do this...

    docs.groupdocs.com/search/net/getting-documents...
  8. Crea un report di ricerca utilizzando Java

    Scopri come creare un report di ricerca usando Java per i dati indicizzati. Verrà fornito un esempio di codice di esempio per generare un report di ricerca in Java senza installare software extra....tuo progetto Crea un oggetto Index per stabilire un repository...documenti Utilizzare il metodo Index.add per aggiungere documenti...

    kb.groupdocs.com/it/search/java/create-search-r...
  9. Voer een omgekeerde afbeeldingzoekopdracht uit ...

    Voer efficiënt reverse image search uit met C# om vergelijkbare afbeeldingen te vinden. Leer hoe u reverse image search implementeert in C# voor content-based image retrieval....naar afbeeldingen Maak een Index -object met behulp van de opgegeven...afbeelding IndexingOptions in om indexering voor containeritemafbeeld...

    kb.groupdocs.com/nl/search/net/perform-reverse-...
  10. Reguliere expressie Zoeken met Java

    Voer efficiënt reguliere expressiezoekopdrachten uit met Java voor geavanceerde patroonmatching in documenten. Leer hoe u reguliere expressiezoekopdrachten implementeert in Java....Instantieer de Index -klasse en definieer het mappad waar de index wordt...map toe aan de index met behulp van de Index.add-methode Maak...

    kb.groupdocs.com/nl/search/java/regular-express...