Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 977 for

auto detection

(0.12 sec)
  1. Read Barcode from TIFF Image-Complete Tutorial ...

    Learn how to read barcodes from TIFF images using Aspose.BarCode for .NET. This tutorial covers setup, code, and performance tips for .NET image processing.... Iterate through detected barcodes - call ReadBarCodes()...reader, and printing each detected barcode. using System; using...

    blog.aspose.com/barcode/read-barcode-from-tiff-...
  2. Aspose::Words::Document::get_OriginalFileName m...

    Aspose::Words::Document::get_OriginalFileName method. Gets the original file name of the document in C++.... auto doc = System :: MakeObject <...the FileFormatUtil methods to detect the format of a document. //...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Web App Security When Loading Resources|Aspose....

    Load remote resources, that can be a reason of security risks. Take a look at common security issues and their solutions in C++....String & documentFilename ) { auto disableExternalImage = System...DisableExternalImage > ()); auto doc = System :: MakeObject <...

    docs.aspose.com/words/cpp/web-applications-secu...
  4. Image preprocessing|Documentation

    Automatic or manual actions for formatting an image before sending it for recognition....9% (2) Used for text areas detection and most automatic image adjustments...settings . auto_denoising = true ; settings . auto_contrast =...

    docs.aspose.com/ocr/javascript-cpp/image-prepro...
  5. Portion::get_Text Returns Sentence-Cased Text I...

    Hi team, for (const Auto& portion : paragraph->get_Portions()) { std::string portionText = portion->get_Text().ToUtf8String(); } currently some portion text that we are getting is in sentence case, although…...12:01pm 1 Hi team, for (const auto& portion : paragraph->get_Portions())...(const auto& portion : paragraph->get_Portions()) { auto sourceText...

    forum.aspose.com/t/portion-get-text-returns-sen...
  6. Working with VRML Format|Documentation

    Aspose.3D for Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can Auto detect VRML format, so the FileFormat is usually ignored in Open method....3D can auto detect VRML format, so the FileFormat...

    docs.aspose.com/3d/java/working-with-vrml-format/
  7. Working with VRML Format|Documentation

    Aspose.3D for Node.js via Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can Auto detect VRML format, so the FileFormat is usually ignored in Open method....3D can auto detect VRML format, so the FileFormat...

    docs.aspose.com/3d/nodejs-java/working-with-vrm...
  8. MarkdownLinkExportMode enumeration | Aspose.Wor...

    aspose.words.saving.MarkdownLinkExportMode enumeration. Specifies how links are exported into Markdown....Name Description AUTO Automatically detect export mode for each...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....either automatic numbering detection will be performed while loading...getDetectHyperlinks() Specifies either to detect hyperlinks in text. getDetectNumberingWi()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Format PowerPoint Shapes in Python|Aspose.Slide...

    Learn how to format PowerPoint shapes in Python using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control.... slides [ 0 ] # Add an auto shape of the Rectangle type...shape = slide . shapes . add_auto_shape ( slides . ShapeType ...

    docs.aspose.com/slides/python-net/shape-formatt...