action cloudmersive_preprocessing_binarize { label: "Convert an image of text into a binarized (light and dark) view" description: "Perform an adaptive binarization algorithm on the input image to prepare it for further OCR operations." provider: cloudmersive method: POST path: "/ocr/preprocessing/image/binarize" encoding: json output: { type: "string" format: "byte" } }