action cloudmersive_preprocessing_binarize_advanced { label: "Convert an image of text into a binary (light and dark) view with ML" description: "Perform an advanced adaptive, Deep Learning-based binarization algorithm on the input image to prepare it for further OCR operations. Provides enhanced accuracy than adaptive binarization. Image will be upsampled to 300 DPI if it has a DPI below 300." provider: cloudmersive method: POST path: "/ocr/preprocessing/image/binarize/advanced" encoding: json output: { type: "string" format: "byte" } }