Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 2,981 for

image annotation

(0.13 sec)
  1. Sloučit soubory TIFF pomocí Java

    V tomto článku nastíníme základní kroky ke sloučení souborů TIFF pomocí Javy. Poskytneme také příklad kódu, který demonstruje, jak kombinovat soubory TIFF v Javě....Annotation Product Family GroupDocs...pomocí Java Soubory TIFF (Tagged Image File Format) jsou široce využívány...

    kb.groupdocs.com/cs/merger/java/merge-tiff-file...
  2. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/python-net/get-docu...
  3. Get supported file formats | GroupDocs

    This article shows how to check supported file formats....Annotation Product Solution GroupDocs...familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/java/get-supported-fi...
  4. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/getting-known-...
  5. GroupDocs.Conversion for Python via .NET | Grou...

    GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more....Annotation Product Solution GroupDocs...OpenDocument (ODT, ODS, ODP) Images (JPEG, PNG, TIFF) Email (EML...

    docs.groupdocs.com/conversion/python-net/
  6. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...words and characters Tables Images Shapes etc. GroupDocs.Comparison...

    docs.groupdocs.com/comparison/python-net/compar...
  7. Scan Barcode from DOCX using Java

    This guide demonstrates how to scan barcode from DOCX using Java, including a code example to help you extract barcode from DOCX in Java easily and efficiently....Annotation Product Family GroupDocs...files, such as text, metadata, images, and barcodes. You can efficiently...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. Render PPTX as HTML using Python

    Let's learn how to render PPTX as HTML using Python in few steps. This tutorial explains how to convert PPTX to HTML in Python for web-friendly presentation sharing....Annotation Product Family GroupDocs...file with embedded assets like images and styles. By using this approach...

    kb.groupdocs.com/viewer/python/render-pptx-as-h...
  9. Convert JPG to XLSX using C#

    This tutorial will show you how to convert JPG to XLSX using C#. Also, code example will be provided to export JPG to XLSX using C# without installing extra software....Annotation Product Family GroupDocs...seamlessly convert JPG (JPEG) images to XLSX (Excel Spreadsheet)...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  10. วิธีเปรียบเทียบรูปภาพใน Java

    ตรวจสอบขั้นตอนทีละขั้นตอนเพื่อเปรียบเทียบอิมเมจใน Java และเรียนรู้วิธีพัฒนาฟังก์ชันการทำงานเพื่อเปรียบเทียบสองอิมเมจและเน้นความแตกต่างของ Java...Annotation Product Family GroupDocs...นี้มีคำแนะนำทีละขั้นตอนเพื่อ เปรียบเทียบ Images ใน Java วิธีกำหนดค่าไลบราร...

    kb.groupdocs.com/th/comparison/java/how-to-comp...