Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,362 for

classification

(1.33 sec)
  1. Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats for the whole document, page by page or custom range of pages. Our GroupDocs.Conversion Cloud REST API comes with many features, such as: Converting From Portable Document Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB Microsoft PowerPoint: PPT, PPTX, PPS, PPSX Microsoft Visio: VSD, VDX, VSS, VSX, VST, VTX, VSDX, VDW, VSSX, VSTX, VSDM, VSTM, VSSM Microsoft Project: MPP, MPT Microsoft Outlook: MSG, EML Microsoft OneNote: ONE Apple Mail: EMLX OpenDocument Formats: ODT, OTT, ODS, ODP, OTP, OTS, ODG Rich Text Format: RTF Plain Text File: TXT Comma-Separated Values: CSV HyperText Markup Language: HTML, MHT, MHTML Extensible Markup Language: XML XML Paper Specification: XPS CAD Drawing File Formats: DXF, DWG, IFC, STL Image files: BMP, GIF, JPG, PNG, TIFF, multi-page TIFF, WebP, DjVu, SVG, DNG Electronic publication: EPUB Windows Icon: ICO Mobipocket e-book format: MOBI Digital Imaging and Communications in Medicine format: DCM Metafile: WMF, EMF LaTeX: TEX Converting To Portable Document Format: PDF Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM Microsoft Excel: XLS, XLSX, XLSM, XLSB Microsoft PowerPoint: PPT, PPTX, PPS, PPSX OpenDocument Formats: ODT, OTT, ODS, ODP, OTP Rich Text Format: RTF Plain Text File: TXT HyperText Markup Language: HTML Image files: BMP, GIF, JPG, PNG, TIFF, multi-page TIFF, WebP, SVG, DNG, PSD Electronic publication: EPUB Watermarking pages Converting page by page or custom range of pages Specifying output document resolution and quality when applicable Password protect output document when output format support it Security and Authentication The GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.cloud/conversion/overview/
  2. Sending HTML files for translation | Documentation

    How to send HTML files for translation to the selected languages....Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/file/request/h...
  3. Sending CSV files for translation | Documentation

    How to send CSV files for translation to the selected languages....Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/file/request/c...
  4. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size....Classification Product Solution Purchase...

    docs.groupdocs.cloud/annotation/document-inform...
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Classification Cloud Неструктуровані дані...

    blog.groupdocs.cloud/uk/groupdocs.cloud/page/44/
  6. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...l’analyse de texte, la classification, etc. Parmi d’autres formats...

    blog.groupdocs.cloud/fr/groupdocs.cloud/page/27/
  7. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Get document information (available formats) curl -v "https://api....Classification Product Solution Purchase...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  8. Sending PDF files for translation | Documentation

    How to send PDF files for translation to the selected languages....Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/file/request/pdf/
  9. Supported file formats | Documentation

    A complete list of file formats that can be translated using GroupDocs.Translation Cloud....Classification Product Solution Purchase...

    docs.groupdocs.cloud/translation/supported-file...
  10. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example....Classification Product Solution Purchase...

    docs.groupdocs.cloud/parser/get-template/