Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 5,360 for

extract text

(0.05 sec)
  1. AbsolutePositionTab Class | Aspose.Words for .NET

    Discover the Aspose.Words.AbsolutePositionTab class, enabling precise Text positioning in WordprocessingML for enhanced document formatting and control....position on the current line of text when displaying this WordprocessingML...position tab.docx" ); // Extract the text contents of our document...

    reference.aspose.com/words/net/aspose.words/abs...
  2. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....Contents [ Hide ] While you can extract text from color or grayscale...black and white images to detect text and perform automatic corrections...

    docs.aspose.com/ocr/java/binarization/
  3. Supported Features – Features List – Aspose.HTM...

    Learn about Aspose.HTML for Java supported features such as document manipulation, data Extraction, conversion, platform independence, etc.... Extracting styles for particular HTML...Namespaces structure in API Text Features Aspose.HTML for Java...

    docs.aspose.com/html/java/getting-started/featu...
  4. PDF Forms. Manage via C# | Aspose.PDF

    Manage PDF Forms programmatically with C# sample code using Aspose.PDF for .NET....add new fields to Acroform Extract data from Acroforms Fill PDF...PartialName = "textbox1" , Value = "Text Box" }; var border = new Aspose...

    products.aspose.com/pdf/net/acroforms/
  5. Create HTML Table in C# – Aspose.HTML for .NET

    Learn how to create and add table to HTML documents programmatically using the Aspose.HTML for .NET library....the table, add, remove, or extract it from HTML documents. Let’s...HTML for .NET: Extract table from website Extract table from HTML...

    products.aspose.com/html/net/create-html-table/
  6. PDF Forms. Manage via C++ | Aspose.PDF

    Manage PDF Forms programmatically with C++ sample code using Aspose.PDF for C++....add new fields to Acroform Extract data from Acroforms Fill PDF...textBoxField -> set_Value ( u "Text Box" ); // TextBoxField.Border...

    products.aspose.com/pdf/cpp/acroforms/
  7. Dewarping|Documentation

    How to straighten curved and distorted images before recognition....efficiency of segmentation and text extraction. Aspose.OCR implements...removing the image curvature, text lines will have some wave-like...

    docs.aspose.com/ocr/net/dewarp/
  8. Convert JPEG to TXT via C# | Aspose

    Sample code for JPEG to TXT C# conversion. Use API example code for batch JPEG files to TXT conversion within VB.NET, Asp.NET or any .NET based application....recognition on JPEG document and save text as JPEG document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/jpeg-to-...
  9. Problem Reading PDF containing TAB characters -...

    cotiz_anonyme.pdf (2.4 KB) When working with this attached document, if I Extract Text position in a way similar to your sample code “HighlightCharacterInPDF” for (int charNum = …...attached document, if I extract text position in a way similar...WriteLine("TextFragment = " + textFragment.Text + " Page URY = " + rect.URY...

    forum.aspose.com/t/problem-reading-pdf-containi...
  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/