Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,900 for

filter

(0.12 sec)
  1. NodeCollection class | Aspose.Words for Node.js

    Aspose.Words.NodeCollection class. Represents a collection of nodes of a specific type... filter ( s => s . shapeType == aw...toEqual ( 3 ); expect ( shapes . filter ( s => s . shapeType == aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Contrast correction|Documentation

    How to automatically increase image contrast using Aspose.OCR for Python via .NET to improve recognition accuracy....contrast_correction_filter processing filter. # Instantiate Aspose...processing filters = PreprocessingFilter () filters . add ( PreprocessingFilter...

    docs.aspose.com/ocr/python-net/contrast/
  3. Comment.ancestor property | Aspose.Words for Py...

    Comment.ancestor property. Returns the parent [Comment](../) object... for comment in list ( filter ( lambda c : c . ancestor ==...== None , list ( filter ( lambda a : a is not None , map ( lambda...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldImport.GraphicFilter | Aspose.Words for .NET

    Discover the FieldImport GraphicFilter property to easily set or retrieve graphic format Filters, enhancing your content insertion process....Gets or sets the name of the filter for the format of the graphic...Success ); // Apply the PNG32.FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose.PSD for .NET 23.5 - Release Notes|Docume...

    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....Category PSDNET-343 Support of Filter: Sharpen -> Sharpen Feature...examples: PSDNET-343. Support of Filter: Sharpen -> Sharpen string...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-5...
  6. Fastest way to do image analysis - Free Support...

    I need to calculate a few image statistics from a source colored jpeg loaded. The statistics are: Calculate color entropy histR = new int[256]; histG = new int[256]; histB = new int[256]; for each pixel do histR…...Gaussian blur and then Sobel filter to then do some calculations...Gaussian blur, and using the Sobel filter. Below is a step-by-step guide...

    forum.aspose.com/t/fastest-way-to-do-image-anal...
  7. FieldIncludePicture.graphic_filter property | A...

    FieldIncludePicture.graphic_Filter property. Gets or sets the name of the Filter for the format of the graphic that is to be inserted....graphic_filter property FieldIncludePicture.graphic_filter property...Gets or sets the name of the filter for the format of the graphic...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldIncludePicture.GraphicFilter | Aspose.Word...

    Discover the FieldIncludePicture GraphicFilter property, easily manage graphic format Filters for seamless image integration in your projects....Gets or sets the name of the filter for the format of the graphic...Success ); // Apply the PNG32.FLT filter. fieldIncludePicture . GraphicFilter...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Comment.author property | Aspose.Words for Python

    Comment.author property. Returns or sets the author name for a comment.... for comment in list ( filter ( lambda c : c . ancestor ==...== None , list ( filter ( lambda a : a is not None , map ( lambda...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OCR .Net sometimes does not recognize blank spa...

    image.png (13,8 KB) When recognizing document images, we usually get the text without any problems. However, in the address area, many of the blank spaces are not recognized. In the attached screenshot, you can see a po…...question is: is there any way or filter to optimize the image so that...you can apply preprocessing filters to optimize the image before...

    forum.aspose.com/t/ocr-net-sometimes-does-not-r...