Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 8,369 for

filter

(0.06 sec)
  1. Create Multipage TIFF using Java

    This show guide explains how to create multipage TIFF using Java. It provides information to set the IDE, a list of steps, and a sample code to combine multiple TIFF files into one using Java....names from the source directory Filter files of desired image types...output the TIFF file name, filter the source image file names...

    kb.aspose.com/imaging/java/create-multipage-tif...
  2. Noise removal|Documentation

    How to remove dirt, spots, scratches, glare, and other image defects using Aspose.OCR for Python via .NET to improve recognition accuracy....through auto_denoising processing filter. # Instantiate Aspose.OCR API...processing filters = PreprocessingFilter () filters . add ( PreprocessingFilter...

    docs.aspose.com/ocr/python-net/denoise/
  3. Paragraph.list_label property | Aspose.Words fo...

    Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and formatting for this paragraph.... for paragraph in list ( filter ( lambda p : p . list_format...list_format . is_list_item , list ( filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold.... apply Binarize processing filter: The image is automatically...when applying the following filters: Noise removal Contrast correction...

    docs.aspose.com/ocr/net/binarization/
  5. ListLabel class | Aspose.Words for Python

    aspose.words.lists.ListLabel class. Defines properties specific to a list label... for paragraph in list ( filter ( lambda p : p . list_format...list_format . is_list_item , list ( filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Setting Dynamic Array Formulas with Node.js via...

    How to use the Aspose.Cells library to calculate dynamic array formulas in Excel using Node.js via C++. Load, calculate, and save Excel files easily.... conditional operations, filtering data, and more. Benefits:...handle arrays natively, such as FILTER , SORT , UNIQUE , SEQUENCE...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  7. Setting Dynamic Array Formulas with C++|Documen...

    How to use Aspose.Cells library to calculate dynamic array formulas in Microsoft Excel with C++.... conditional operations, filtering data, and more. Benefits:...handle arrays natively, such as FILTER , SORT , UNIQUE , SEQUENCE...

    docs.aspose.com/cells/cpp/calculation-of-dynami...
  8. CompositeNode.get_text method | Aspose.Words fo...

    CompositeNode.get_text method. Gets the text of this node and of all its children.... True ) for para in list ( filter ( lambda p : p . list_format...list_format . is_list_item , list ( filter ( lambda a : a is not None...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Image processing|Documentation

    Automatic or manual actions for formatting an image before sending it for recognition to Aspose.OCR for Python via .NET....and manual image processing filters that enhance an image before...sent to the OCR engine. Each filter increases recognition time...

    docs.aspose.com/ocr/python-net/image-processing/
  10. Conversion to grayscale|Documentation

    How to convert source images to grayscale before recognition....results of other processing filters, such as automatic deskewing...performed when applying the median filter . Grayscale conversion To convert...

    docs.aspose.com/ocr/net/grayscale/