Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 5,611 for

extract text

(0.55 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. Online Excel Text Search Application or Develop...

    Free online app to search in Excel files. Java code for any Excel file Text search application.... Test online document text finder app for free. Download...function to search and update the text. In case of using regular expression...

    products.aspose.com/total/java/search/excel/
  3. Aspose::Words::Lists::ListLabel::get_LabelValue...

    Aspose::Words::Lists::ListLabel::get_LabelValue method. Gets a numeric value for this label in C++....get_LabelValue () Examples Shows how to extract the list labels of all paragraphs...std :: endl ; // This is the text we get when getting when we...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. Multithreading support|Documentation

    Optimize the resource usage and increase performance by setting the number of threads used by Aspose.OCR for C++ recognition engine....language_alphabet = language :: ukr ; // Extract text from the image auto result...); // Output the recognized text wchar_t * buffer = asposeocr_serialize_result...

    docs.aspose.com/ocr/cpp/multithreading/
  5. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi.... extract ( pathSource , 1 , doc . getPages...be large as they can contain text, images, charts, and more. You...

    products.aspose.com/pdf/java/splitter/
  6. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....To display a hyperlink text, add a text string on a location similar...object is placed. To add a free text: Instantiate an FreeTextAnnotation...

    docs.aspose.com/pdf/cpp/actions/
  7. Process Comments in PHP|Aspose.Words for Java

    Process Comments using PHP....the comments extraction and removal. // Extract the information...\"pm\" are removed! <br>" ; // Extract the information about the comments...

    docs.aspose.com/words/java/process-comments-in-...
  8. Working With Styles in Ruby|Aspose.Words for Java

    Working with Document Styles using Ruby....Words - Extract Content Based On Styles Ruby...collected paragraphs and display the text of this paragraphs. paragraphs...

    docs.aspose.com/words/java/working-with-styles-...
  9. Recognition|Documentation

    Extracting Text from images, web links, scanned PDFs, DjVu files, folders, archives and other content....Recognition Contents [ Hide ] Reading text from any content in Aspose.OCR...code example shows how to extract text from multiple images: AsposeOCR...

    docs.aspose.com/ocr/java/recognition/
  10. Getting recognition results as XML|Documentation

    Returning Aspose.OCR for C++ recognition results in XML format....language_alphabet = language :: ukr ; // Extract text from the image auto result...); // Output the recognized text wchar_t * buffer = asposeocr_serialize_result...

    docs.aspose.com/ocr/cpp/save-xml/