Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 6,641 for

text extraction

(0.72 sec)
  1. Aspose::Words namespace | Aspose.Words for C++ ...

    Aspose::Words namespace. The Aspose.Words namespace provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word in C++....position on the current line of text when displaying this WordprocessingML...Represents a container for the main text of a section. To learn more...

    reference.aspose.com/words/cpp/aspose.words/
  2. Create HTML in Java – Generate HTML Files Progr...

    Learn how to create HTML in Java programmatically. Step-by-step examples using Aspose.HTML to generate, edit, and save HTML files with DOM manipulation....Create a text node and add it to the document body Text text = document...document. getBody (). appendChild (text); // Save the HTML document...

    products.aspose.com/html/java/create-html/
  3. CompositeNode.GetChildNodes | Aspose.Words for ...

    Discover the CompositeNode GetChildNodes method—effortlessly retrieve a live collection of child nodes tailored to your specified type for enhanced performance....WriteLine (); } Shows how to extract images from a document, and...paragraphText = new Run ( doc , "Initial text. " ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/com...
  4. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Java. Get clear code samples and tips to streamline your presentations....organized through nodes that contain text and define the structure of...existing nodes, and read their text, level, and position. This article...

    docs.aspose.com/slides/java/manage-smartart-sha...
  5. Module.DetectAreasMode.COMBINE|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.COMBINE model....PHOTO , which can extract as much text from an image as possible...engine detects large blocks of text (such as paragraphs and columns)...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  6. Working with Styles and Themes|Aspose.Words for...

    Access and manage styles and themes in a document using Python.... How to Extract Content Based on Styles At...count paragraphs and runs of text formatted with a specific style...

    docs.aspose.com/words/python-net/working-with-s...
  7. Converting a PDF file to TXT using Python | Asp...

    Sample code on Python for PDF to TXT conversion. Use example code for batch PDF to TXT conversion with Python and .NET...object, which will be used to extract text from the PDF document.This...type is suitable for extracting plain text from PDF files. Use...

    products.aspose.com/pdf/python-net/conversion/p...
  8. Java API to Export EPUB to ODT | products.aspos...

    Convert EPUB to ODT using on premise Java API...**EPUB to ODT (OpenDocument Text)** is essential for generating...generating **open-standard text documents** from eBooks and digital...

    products.aspose.com/total/java/conversion/epub-...
  9. Vision question answering|Documentation

    Ask questions about images in Aspose.LLM for .NET — single-image Q&A, multi-image comparison, and document transcription with vision presets....Pass image bytes alongside the text prompt, and the model’s multimodal...the same generation loop as text. When to use this pattern A...

    docs.aspose.com/llm/net/use-cases/vision-qa/
  10. Create HTML in C# – Aspose.HTML for .NET

    Create HTML files in C# with Aspose.HTML for .NET. Learn how to create HTML from scratch and how to edit the content of an HTML document....heading element (h1) and set its text var h1 = (HTMLHeadingElement)document...paragraph element (p) set its text var p = (HTMLParagraphElement)document...

    products.aspose.com/html/net/create-html/