Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,195 for

classification

(0.08 sec)
  1. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Classification Cloud ข้อมูลที่ไม่มีโค...GroupDocs.Classification Cloud API GroupDocs.Classification Cloud...

    blog.groupdocs.cloud/th/page/42/
  2. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Classification Cloud ข้อมูลที่ไม่มีโค...GroupDocs.Classification Cloud API GroupDocs.Classification Cloud...

    blog.groupdocs.cloud/th/groupdocs.cloud/page/42/
  3. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Classification Product Solution Purchase...

    docs.groupdocs.cloud/metadata/add-metadata/
  4. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Classification Product Solution Purchase...

    docs.groupdocs.cloud/metadata/remove-metadata/
  5. 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....Classification Product Solution Purchase...

    docs.groupdocs.cloud/rewriter/
  6. Getting supported languages | Documentation

    How to get a full list of supported language pairs....Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/languages/
  7. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow....Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/workflow/
  8. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow....Classification Product Solution Purchase...

    docs.groupdocs.cloud/rewriter/workflow/
  9. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....Classification Product Solution Purchase...

    docs.groupdocs.cloud/signature/signsettings/
  10. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Classification Product Solution Purchase...

    docs.groupdocs.cloud/viewer/pdfoptions/