Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 481 for

parser curl

(0.03 sec)
  1. 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....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Template...

    docs.groupdocs.cloud/parser/get-template/
  2. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Info...

    docs.groupdocs.cloud/parser/get-document-inform...
  3. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. Curl example The following example demonstrates how to extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Parse...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  4. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. Curl example The following example demonstrates how to extract text from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Parse...

    docs.groupdocs.cloud/parser/extract-text-from-a...
  5. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Info...

    docs.groupdocs.cloud/parser/get-container-items...
  6. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. Curl example The following example demonstrates how to extract text by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Parse...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...
  7. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. 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....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Template...

    docs.groupdocs.cloud/parser/create-or-update-te...
  8. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template Store in User Storage example....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Parse...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  9. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Parse...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  10. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....Parser Product Solution GroupDocs...Cloud Documentation / GroupDocs.Parser Cloud / Developer Guide / Parse...

    docs.groupdocs.cloud/parser/parse-by-template-d...