Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 10,749 for

text

(0.19 sec)
  1. Specify encoding when loading documents | Group...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications....to open file in Notepad the text これはShift_JISエンコード用のサンプルテキストです。...specific to Shift_JIS . To render text file properly you can set charset...

    docs.groupdocs.com/viewer/java/specify-encoding...
  2. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET.... id } , Text: { change . text } " ) 🔹 Use case: Build...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Integrate...

    docs.groupdocs.com/comparison/python-net/get-li...
  4. Features Overview | GroupDocs

    GroupDocs.Classification main feature is an ability to classify raw Text and documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 taxonomy Select taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents taxonomy. If the classifier is not sure of the result, it will return Other class....is an ability to classify raw text and documents with IAB-2, Documents...PrecisionRecallBalan.Default Raw text classification GroupDocs.Classification...

    docs.groupdocs.com/classification/net/features-...
  5. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract Text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Product Family csharp , dotnet , text-parser , image-parser Niteen_Jadhav...Niteen_Jadhav June 13, 2025, 9:21am 38 text is not getting extracted when...

    forum.groupdocs.com/t/groupdocs-parser/15108
  6. eSign document with Stamp signature | GroupDocs

    This article explains how to sign a document electronically with generated Stamp signatures by GroupDocs.Signature API....multiple “stamp lines” with custom text and different line thicknesses...around the stamp with their own text, border settings, background...

    docs.groupdocs.com/signature/net/esign-document...
  7. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...( password ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/password-protect...
  8. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....latest version, you can change text **background color **dynamically...version, you can now change text **background color **dynamically...

    blog.groupdocs.com/categories/groupdocs.assembl...
  9. Latest topics - Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....6 216 December 22, 2025 Rich Text MSG email with inline attachment...- Turns the file's text into garbage text GroupDocs.Total Product...

    forum.groupdocs.com/latest
  10. GroupDocs.Redaction for Java 25.12 – Latest Upd...

    Explore what’s new in GroupDocs.Redaction for Java 25.12. Available now on NuGet and GroupDocs website....Configure redaction: define text to redact and replacement string...string String textToRedact = "TEXT" ; String redactWith = "****"...

    blog.groupdocs.com/redaction/groupdocs-redactio...