Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 8,159 for

filter

(0.1 sec)
  1. 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/
  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. FontSavingArgs.bold property | Aspose.Words for...

    FontSavingArgs.bold property. Indicates whether the current font is bold.... filter (( s ) => s . endsWith ( "...readdirSync ( base . artifactsDir ). filter (( s ) => s . endsWith ( "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Manage Calendar Items with Exchange Web Service...

    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.... GetQuery ()); Filter Appointments The IEWSClient...IEWSClient provides the facility to filter appointments from the Exchange...

    docs.aspose.com/email/net/manage-calendar-items...
  5. Working with POP3 Client|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....Manage Messages from Mail Server Filter Emails from Mail Server Delete...

    docs.aspose.com/email/net/working-with-pop3-cli...
  6. Specify the path where GridWeb stores temporary...

    This article describes the storage in GridWeb....use Friendly URL, you need to filter out the image URL request for...IsNullOrEmpty ( path )) { // Filter your GridWeb‑related page;...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. List.list_id property | Aspose.Words for Python

    List.list_id property. Gets the unique identifier of the list.... 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...
  8. 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/
  9. Section.headers_footers property | Aspose.Words...

    Section.headers_footers property. Provides access to the headers and footers nodes of the section.... for section in filter ( lambda a : a is not None...assertEqual ( 0 , len ( list ( filter ( lambda hf : not hf . as_header_footer...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Skew correction|Documentation

    How to straighten a rotated image to improve recognition accuracy....OCR_IMG_PREPROCESS_AUTOSKEW preprocessing filter. std :: string image_path =...custom_preprocessing_filters filters_ ; filters_ . filter_1 = OCR_IMG...

    docs.aspose.com/ocr/cpp/deskew/