action cloudmersive_preprocessing_unskew { label: "Detect and unskew a photo of a document" description: "Detect and unskew a photo of a document (e.g. taken on a cell phone) into a perfectly square image. 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/unskew" encoding: json output: { type: "string" format: "byte" } }