Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 6,132 for

extract text

(0.08 sec)
  1. Working with image regions|Documentation

    Automatic detection of Text bounding boxes and Extraction of Text inside image rectangles....certain areas of an image, not all text. This is very useful for batch...boxes Extracting text inside an image rectangle Extracting lines...

    docs.aspose.com/ocr/net/image-regions/
  2. 如何使用 Aspose.Slides 从 PPT、PPTX 和 ODP 提取文本|Aspose...

    使用 Aspose.Slides API 在流行的云平台上提取演示文稿文本,实现 PPT、PPTX 和 ODP 的搜索、分析和导出自动化。...WriteLine ( "Slide Text: " + slideText . Text ); Console . WriteLine...WriteLine ( "Notes Text: " + slideText . NotesText ); Console ....

    docs.aspose.com/slides/zh/net/extracting-text-o...
  3. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....Create a text node and add it to the document 16 text = document...document. create_text_node ( "Hello, World!" ) 17 document. body ...

    docs.aspose.com/html/python-net/save-html-docum...
  4. KML/KMZ with geotagging

    KML (Keyhole Markup Language) and KMZ (Keyhole Markup Language Zipped) are file formats commonly used for geospatial data and geotagging. They allow users to store and share geographic information, such as coordinates, points of interest, and routes, within the files. Geotagging in KML/KMZ involves adding location metadata to specific elements, enabling precise geospatial referencing and visualization of data on maps and Earth browsers....images, videos, audio files, and text files, by geotagging KML and...system, and its WKT (Well-Known-Text) by entering the appropriate...

    products.aspose.com/gis/net/geotag-photo/kml-kmz/
  5. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java.... getText() Gets the text of this node and of all its...indentAndAppendLine(final String text) { for (int i = 0; i < mDocTraversalDepth;...

    reference.aspose.com/words/java/com.aspose.word...
  6. Module.DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.CURVED_Text model....CURVED_TEXT Contents [ Hide ] When photographing...image, causing the lines of text to curl. This 3D geometric distortion...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  7. Convert Word to Excel via .NET or Free Online W...

    Convert Word to Excel in C# without using Microsoft Excel or Word. Test free Word to Excel online converter quickly before integrating the code....Excel Converter in C#, you can extract and transform tables and data...for .NET API simplifies the extraction and transformation of data...

    products.aspose.com/total/net/conversion/word-t...
  8. Dense multilingual pdf to word conversion - Fre...

    i am trying to convert a PDF which contains multi languages which includes LTR and RTL. while doing so i notice some charecters are missing. i also notice if i open the output file(docx) in MS word and WPS office, conten…...Is the text in the original PDF embedded as actual text or part...Is the text in the original PDF embedded as actual text or part...

    forum.aspose.com/t/dense-multilingual-pdf-to-wo...
  9. Introduction to Page Description Languages

    Page Description Languages describe the appearance of pages at a higher level than an array of pixels. This chapter explains and compares you all the PDLs....applications, such as graphics tools, text editors, etc, and output devices:...This information can include text, images, shapes, colors, fonts...

    docs.aspose.com/page/net/page-description-langu...
  10. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....Create a text node and add it to the document 15 text = document...document. create_text_node ( "Hello, World!" ) 16 document. body ...

    docs.aspose.com/html/python-net/create-a-document/