Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 365 for

text detection

(0.03 sec)
  1. Aspose::Words::Loading::DocumentDirection enum ...

    Aspose::Words::Loading::DocumentDirection enum. Allows to specify the direction to flow the Text in a document in C++....specify the direction to flow the text in a document. enum class DocumentDirection...left direction. Auto 2 Auto-detect direction. See Also Namespace...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. TxtLoadOptions.detectHyperlinks property | Aspo...

    TxtLoadOptions.detectHyperlinks property. Specifies either to detect hyperlinks in Text...Specifies either to detect hyperlinks in text. The default value...loadOptions ); // Print hyperlinks text. for ( let field of doc . range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtLoadOptions.detect_hyperlinks property | Asp...

    TxtLoadOptions.detect_hyperlinks property. Specifies either to detect hyperlinks in Text...detect_hyperlinks property TxtLoadOptions.detect_hyperlinks property...Specifies either to detect hyperlinks in text. The default value...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Manipulating Photoshop Formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Update Text Layer In PSD File Aspose.PSD...you to manipulate the text in the text layer of a PSD file. Please...

    docs.aspose.com/psd/java/manipulating-photoshop...
  5. Public API Changes in Aspose.BarCode 6.9.0|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....builder = new BarCodeBuilder ( "TEXT" , Symbology . Code128 ); builder...Support for Detectetion of Unicode Text Added new APIs: Method com.aspose...

    docs.aspose.com/barcode/java/public-api-changes...
  6. Aspose::Words::Loading::TxtLoadOptions::get_Det...

    Aspose::Words::Loading::TxtLoadOptions::get_DetectHyperlinks method. Specifies either to detect hyperlinks in Text. The default value is false in C++....Specifies either to detect hyperlinks in text. The default value...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded....ODF Text Document. OTT ODF Text Document Template. TEXT Plain...Plain Text. MARKDOWN Markdown text document. PDF Pdf document. XML...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PDF to QR Code using C#

    Follow this article to convert PDF to QR code using C#. This article contains information to set the IDE, a list of steps, and a sample code for changing PDF to Barcode using C#....codes from a PDF and display the text for each. Steps for Converting...the image Display the detected code text and type These steps...

    kb.aspose.com/total/net/convert-pdf-to-qr-code-...
  9. TxtLoadOptions.DetectHyperlinks | Aspose.Words ...

    Discover how TxtLoadOptions' DetectHyperlinks property enhances Text processing by detecting hyperlinks, improving data accuracy. Default is false....Specifies either to detect hyperlinks in text. The default value...true }); // Print hyperlinks text. foreach ( Field field in doc...

    reference.aspose.com/words/net/aspose.words.loa...
  10. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...label value and the paragraph text System.out.println("List item:...numbering and the paragraph text are printed to the console....

    forum.aspose.com/t/how-to-get-the-value-of-the-...