Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 445 for

ios

(0.65 sec)
  1. 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.... io . IOException ex ) { throw new...

    docs.groupdocs.com/search/java/ocr-support/
  2. Estrai testo da archivi ZIP/RAR usando GroupDoc...

    Guida pratica che mostra come estrarre il testo da archivi ZIP e RAR utilizzando GroupDocs.Parser per .NET. Esempi di codice passo‑passo, gestione ricorsiva e best practice....IO; Passo 1 – Aprire l’archivio...Collections.Generic; using System.IO; class ArchiveTextExtractor {...

    blog.groupdocs.com/it/parser/extract-text-from-...
  3. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources.... io . IOException ex ) { throw new...return document ; } catch ( java . io . IOException ex ) { throw new...

    docs.groupdocs.com/search/java/indexing-from-di...
  4. Convert a HTML file to PDF programmatically usi...

    Can Group docs convert a html (remote website or hosted remotely) along with css + fonts + JS to pdf? Usually, page contains lot of dynamic data loaded by JS. We need to convert pdf of the page once all the dom (and dom…...(IOException e) { // Handle any IO exceptions that may occur during...

    forum.groupdocs.com/t/convert-a-html-file-to-pd...
  5. GroupDocs.Parser for .NET on GroupDocs Blog | D...

    GroupDocs.Parser for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser for .NET on GroupDocs Blog | Document Automation Solutions ......IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/zh/tag/groupdocs.parser-for-...
  6. استخراج البيانات من ملفات قاعدة البيانات باستخد...

    تعتبر قاعدة البيانات جزءًا لا يتجزأ من معظم التطبيقات. تلعب قاعدة البيانات دورًا حيويًا في تخزين البيانات والوصول إليها ومعالجتها ، سواء أكان ذلك تطبيقًا لسطح المكتب أو الويب أو الهاتف المحمول. هناك العديد من أنظمة إدارة قواعد البيانات التي تسمح لك بإنشاء وإدارة قواعد البيانات. ومع ذلك ، قد يكون هناك سيناريو عندما تحتاج إلى طريقة لاستخراج البيانات من ملفات قاعدة البيانات ، مثل ملف .db ، دون تثبيت نظام إدارة قاعدة البيانات أو كتابة استعلامات SQL....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ar/parser/extract-data-from-...
  7. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for .NET....IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/get-source-an...
  8. How to merge source code files | GroupDocs

    This article explains how to control file merging in GroupDocs.Comparison for .NET....IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/how-to-merge-...
  9. Create and edit new WordProcessing document | G...

    This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations....IO ; using GroupDocs.Editor ; using...

    docs.groupdocs.com/editor/net/create-document/
  10. GroupDocs.Conversion for Python - document conv...

    input.zip (85.2 KB) Using the code example in following link throws exception input.pdf (202.9 KB) Unhandled exception. System.IO.FileLoadException: Could not load file or assembly ‘System.Text.Encoding.CodePages, Ver…...IO.FileLoadException: Could not...

    forum.groupdocs.com/t/groupdocs-conversion-for-...