action cloudmersive_preprocessing_unrotate_advanced { label: "Detect and unrotate a document image (advanced)" description: "Detect and unrotate an image of a document (e.g. that was scanned at an angle) using deep learning. Great for document scanning applications; once unskewed, this image is perfect for converting to PDF using the Convert API or optical character recognition using the OCR API." provider: cloudmersive method: POST path: "/ocr/preprocessing/image/unrotate/advanced" encoding: json output: { type: "string" format: "byte" } }