Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 454 for

ios

(0.11 sec)
  1. OCR support | Documentation

    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. 使用 C# 从数据库文件中提取数据

    数据库 被认为是大多数应用程序的组成部分。无论是桌面、Web 还是移动应用程序,数据库在存储、访问和操作数据方面都发挥着至关重要的作用。有许多数据库管理系统允许为您创建和管理数据库。 然而,当您需要一种从数据库文件(即 .db 文件) 中提取数据的方法时,可能会出现这样的情况,而无需安装数据库管理系统或编写 SQL 查询。在这种情况下,您将如何解析数据库文件并从中获取数据? 在本文中,我将演示如何轻松地从 SQLite 数据库中的表中提取数据,而无需编写 SQL 查询。我将使用 GroupDocs.Parser for .NET API,它支持通过 [ADO.NET](https://en.wikipedia. org/wiki/ADO.NET) 。 从 SQLite 数据库 (.db) 中的表中提取数据的步骤 1. 在 Visual Studio 中创建一个新项目。 2. 从 NuGet 安装 GroupDocs.Parser for .NET。 3. 添加以下命名空间。 using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; 4. 准备连接字符串。 string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); 5. 在 Parser 对象中加载数据库文件。 using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // 你的代码在这里 } 6....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/zh/parser/extract-data-from-...
  3. استخراج داده ها از فایل های پایگاه داده با استف...

    پایگاه داده به عنوان بخشی جدایی ناپذیر از اکثر برنامه ها در نظر گرفته می شود. پایگاه داده چه یک اپلیکیشن دسکتاپ، وب یا موبایل باشد، نقش حیاتی در ذخیره سازی، دسترسی و دستکاری داده ها ایفا می کند. سیستم های مدیریت پایگاه داده زیادی وجود دارد که امکان ایجاد و مدیریت پایگاه داده را برای شما فراهم می کند. با این حال، ممکن است سناریویی وجود داشته باشد که شما به راهی برای استخراج داده ها از فایل های پایگاه داده، به عنوان مثال فایل ....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/fa/parser/extract-data-from-...
  4. Custom cache implementation | Documentation

    This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....IO ; using System.Linq ; using System...Imports System Imports System.IO Imports System.Linq Imports System...

    docs.groupdocs.com/viewer/net/how-to-use-custom...
  5. System Requirements | Documentation

    GroupDocs.Parser for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed....IOS Xamarin.Mac MonoDevelop 2.4 and...

    docs.groupdocs.com/parser/net/system-requirements/
  6. اضافه کردن واترمارک به PDF آنلاین

    واترمارک را در PDF. استفاده از واترمارک های متن یا تصویر با تنظیمات مختلف. محافظت و علامت گذاری PDF را با ابزار ما....جمله Windows، Mac، Android و iOS تمام PDF بر روی سرورهای ما پردازش...

    products.groupdocs.app/fa/watermark/pdf
  7. Ajouter un filigrane à PDF En ligne

    Insérer un filigrane dans PDF. Appliquez des filigranes de texte ou d’image avec différents paramètres. Protégez et marquez votre PDF avec notre outil....compris Windows, Mac, Android et iOS Tous les fichiers PDF sont traités...

    products.groupdocs.app/fr/watermark/pdf
  8. PDF पार्सर: ऑनलाइन दस्तावेज़ों से डेटा निकालें

    नि: शुल्क ऑनलाइन दस्तावेज़ डेटा पार्सर. डेटा पार्सर और एक्सट्रैक्टर PDF सुरक्षित और उपयोग करने में आसान...यह Windows, Mac, Android और iOS सहित सभी प्लेटफार्मों से काम...

    products.groupdocs.app/hi/parser/pdf
  9. SQLite DB

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/ja/tag/sqlite-db/
  10. Extrahieren Sie Daten aus Datenbankdateien mit C#

    Die Datenbank gilt als integraler Bestandteil der meisten Anwendungen. Ob es sich um eine Desktop-, Web- oder mobile Anwendung handelt, die Datenbank spielt eine wichtige Rolle beim Speichern, Zugreifen und Bearbeiten der Daten. Es gibt viele Datenbankverwaltungssysteme, mit denen Sie Datenbanken erstellen und verwalten können. Es könnte jedoch ein Szenario geben, in dem Sie eine Möglichkeit zum Extrahieren von Daten aus Datenbankdateien, dh .db-Dateien, benötigen, ohne ein Datenbankverwaltungssystem zu installieren oder die SQL-Abfragen zu schreiben....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/de/parser/extract-data-from-...