Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 5,843 for

text extraction

(0.12 sec)
  1. How to Delete a Blank Page in Word using Java

    This article guides on how to delete a blank page in Word using Java. It has the environment settings, a list of steps, and a runnable sample code to delete empty page in Word using Java....and verify the existence of text or shape in it. Steps to Delete...through all the pages and get its text and shapes Save the list of...

    kb.aspose.com/words/java/how-to-delete-a-blank-...
  2. Aspose.Words for Java

    This API allows to create, edit, render, print, and convert Word documents in Java without utilizing Microsoft Word....in Word using Java Flip the Text in Word using Java Delete Header...Java Convert Text to Image in Java Extract Text From Word Document...

    kb.aspose.com/words/java/page/2/
  3. 使用 C++ 編輯 PDF | Aspose.PDF

    使用 C++ 的 C++ 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔...textFragmentAbsorber ); // Get the extracted text fragments auto textFragmentCollecti...Update text and other properties textFragment -> set_Text ( u "UPDATED...

    products.aspose.com/pdf/zh-hant/cpp/redaction/
  4. Receipt recognition settings|Documentation

    Configuring Aspose.OCR for Python via .NET recognition engine for extracting Text from scanned receipts....settings are applicable when extracting text from scanned receipts in...recognition accuracy of white text on a dark/black background....

    docs.aspose.com/ocr/python-net/recognition-sett...
  5. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer Text of a section in Java....container for the header or footer text of a section. To learn more...Examples: Shows how to replace text in a document’s footer. Document...

    reference.aspose.com/words/java/com.aspose.word...
  6. PdfPermissions | Aspose.Words for Java

    Specifies the operations that are allowed to a user on an encrypted PDF document in Java....CONTENT_COPY Copy or otherwise extract text and graphics from the document...CONTENT_COPY_FOR_ACCESSIBILITY Extract text and graphics (in support...

    reference.aspose.com/words/java/com.aspose.word...
  7. Android API to Render PDF to MHTML | products.a...

    Transform PDF to MHTML via Android via Java API...including the ability to extract text, images, and other content...); // add text in it builder . write ( "Some text" ); // insert...

    products.aspose.com/total/android-java/conversi...
  8. 从PDF文档页面搜索并获取文本|Aspose.PDF for C++

    本文解释了如何使用各种工具从PDF文档中搜索并获取文本。我们可以使用正则表达式从特定页面或整个页面进行搜索。...using namespace Aspose :: Pdf :: Text ; void SearchAndGetTextFrom...:- {0}" , textFragment -> get_Text ()); Console :: WriteLine (...

    docs.aspose.com/pdf/zh/cpp/search-and-get-text-...
  9. Extract Fonts from PDF C#|Aspose.PDF for .NET

    Use the Aspose.PDF for. NET library to extract all embedded fonts from your PDF document....Ask AI Extract Fonts from PDF C# Contents [ Hide ] In case you..."ExtractFonts.pdf" )) { Aspose . Pdf . Text . Font [] fonts = document ...

    docs.aspose.com/pdf/net/extract-fonts-from-pdf/
  10. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....code snippets show how to add text in an existing PDF file. import...row1 . cells . add () my_text = ap . text . TextFragment ( "col3...

    docs.aspose.com/pdf/python-net/add-table-in-exi...