Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 4,165 for

extract

(0.05 sec)
  1. Trích xuất văn bản từ tài liệu PDF bằng API RES...

    Lập trình trích xuất văn bản từ tài liệu PDF bằng cách sử dụng API REST trên đám mây bằng Python với SDK đám mây phân tích cú pháp tài liệu cho Python....count_pages_to_extract = 2 request = groupdocs_parser_cloud...= 2 options.count_pages_to_extract = 1 request = groupdocs_parser_cloud...

    blog.groupdocs.cloud/vi/parser/extract-text-fro...
  2. 在 Node.js 中使用 REST API 从 PDF 中提取或删除注释

    使用 Node.js 中的 REST API 和 GroupDocs.Signature Cloud for Node.js SDK 以编程方式从 PDF 中提取或删除注释。...extract() 方法获取结果 以下代码片段显示了如何使用 Node...文档中删除注释。如前所述,您可以使用带有 ExtractRequest 的 extract() 方法来获取注释 ID。 // 接口初始化 let...

    blog.groupdocs.cloud/zh/annotation/extract-or-r...
  3. Java 및 .NET을 사용하여 문서의 메타데이터 관리 | 메타데이터 클라우드 API

    REST API와 Java 및 .NET용 오픈 소스 Metadata SDK를 사용하여 Java 및 C#의 50개 이상의 파일 형식에서 메타데이터를 추가하고 편집, 제거 및 추출합니다....xlsx"); // Set Options to extract the metadata from any file...a Request with options to extract metadata and received the response...

    blog.groupdocs.cloud/ko/metadata/manipulate-met...
  4. Trích xuất hoặc xóa chú thích khỏi tệp Word bằn...

    Trích xuất hoặc xóa chú thích theo chương trình bằng cách sử dụng API REST trên đám mây trong Python với SDK đám mây chú thích tài liệu cho Python....extract() Đoạn mã sau cho biết cách...ExtractRequest(file_info) result = api.extract(request) print("ExtractAnnotations:...

    blog.groupdocs.cloud/vi/annotation/extract-or-r...
  5. Estrai testo da documenti PDF utilizzando un'AP...

    Estrai in modo programmatico testo da documenti PDF utilizzando un'API REST sul cloud in Python con Document Parser Cloud SDK for Python....count_pages_to_extract = 2 request = groupdocs_parser_cloud...= 2 options.count_pages_to_extract = 1 request = groupdocs_parser_cloud...

    blog.groupdocs.cloud/it/parser/extract-text-fro...
  6. Options Objects | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Page contains description for option objects and object fields. DocumentInfoOptions Provides options for retrieving attachment information. Example DocumentInfoOptions object { "password": "document password", "attachmentPassword": "attachment password", "ExtractText": false, "renderComments": false, "renderHiddenPages": false, "defaultFontName": "font name", "transforms": [ "Rotate", "Reorder", "AddPrintAction" ], "watermark": { "text": "watermark text", "color": "Magenta", "position": "Diagonal", "size": 50 }, "cellsOptions": { "renderGridLines": false, "paginateSheets": false, "encoding": "utf-8", "internalHyperlinkPrefix": "prefix", "countRowsPerPage": 50, "textOverflowMode": "OverlayIfNextIsEmpty", "ignoreEmptyRows": false }, "cadOptions": { "scaleFactor": 50, "width": 600, "height": 800, "renderLayouts": true, "layoutName": "Master", "layers": ["Layer1"] }, "emailOptions": { "encoding": "utf-8" }, "wordsOptions": { "encoding": "utf-8", "renderTrackedChanges": false }, "pdfOptions": { "enablePreciseRendering": false, "enableInitialContentOrdering": false, "renderLayersSeparately": false }, "slidesOptions": { "renderNotes": false }, "projectOptions": { "pageSize": "unknown", "pageSize": "unknown" } } Info Object Fields (Click here to expand)...bool Enables document text extraction. For rendering document as...bool Enables document text extraction. For rendering document as...

    docs.groupdocs.cloud/viewer/options-objects/
  7. 使用 Java 和 .NET 管理文檔元數據 |元數據云API

    使用 REST API 以及適用於 Java 和 .NET 的開源元數據 SDK,在 Java 和 C# 中添加元數據、編輯、刪除和提取來自 50 多種文件格式的元數據。...xlsx"); // Set Options to extract the metadata from any file...a Request with options to extract metadata and received the response...

    blog.groupdocs.cloud/zh-hant/metadata/manipulat...
  8. Python の REST API を使用して PDF から注釈を削除または抽出する

    Document Annotation Cloud SDK for Python を使用して、Python のクラウド上の REST API を使用して、PDF ドキュメントからプログラム的に注釈を削除または抽出します。...で説明されているように、ExtractRequest で extract() メソッドを使用してアノテーション ID を取得できます。...最後に、ExtractRequest を引数として AnnotateApi.extract() メソッドを呼び出して結果を取得します。 次のコード...

    blog.groupdocs.cloud/ja/annotation/remove-annot...
  9. Gestisci i metadati dei documenti utilizzando J...

    Aggiungi metadati, modifica, rimuovi ed estrai metadati da oltre 50 formati di file in Java e C# utilizzando l'API REST e gli SDK di metadati open source per Java e .NET....xlsx"); // Set Options to extract the metadata from any file...a Request with options to extract metadata and received the response...

    blog.groupdocs.cloud/it/metadata/manipulate-met...
  10. Java で PDF ページを抽出する | PDF エクストラクター

    Java で PDF からページを抽出し、オンラインで PDF ページを分離する方法を学びます。この記事では、GroupDocs.Merger API の使用方法に関するステップバイステップのガイドを提供します。... 最後に、PagesApi の extract() メソッドを呼び出して ExtractRequest...DocumentResult response = apiInstance.extract(request); // 出力ファイルのパスを取得する...

    blog.groupdocs.cloud/ja/merger/extract-pages-fr...