Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 2,933 for

metadata

(0.17 sec)
  1. Ekstrak gambar dari Dokumen PDF di Java - Java ...

    Pelajari cara mengekstrak gambar dari file PDF di Java menggunakan REST API. Artikel ini menyediakan langkah-langkah menggunakan SDK kami untuk ekstraksi gambar yang efisien dan akurat....mengekstrak gambar, teks, metadata, dan konten lainnya. GroupDocs...mengekstrak gambar, teks, atau metadata, Anda terlebih dahulu perlu...

    blog.groupdocs.cloud/id/parser/extract-images-f...
  2. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/
  3. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/rewriter/workflow/
  4. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/workflow/
  5. Getting supported languages | Documentation

    How to get a full list of supported language pairs....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/languages/
  6. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/features-overview/
  7. Buletin GroupDocs Maret 2017– Pembaruan API dan...

    Buletin GroupDocs menampilkan fitur, peningkatan, dan perbaikan bug yang baru didukung oleh API Format Dokumen GroupDocs untuk platform .NET, Java, dan Android....2017 Ekstrak Informasi Teks & Metadata dari Dokumen dengan Akurasi...

    blog.groupdocs.cloud/id/total/groupdocs-newslet...
  8. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/viewoptions/
  9. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/supported-f...
  10. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Metadata Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/inforesult/