charlesw / tesseract

A .Net wrapper for tesseract-ocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic rotation problem when calling Pix.LoadFromFile

jinwoo-web opened this issue · comments

Width: 3024
Height: 4032
I have an image

var img = Pix.LoadFromFile(imgPath); // img is automatically rotated // img.Width = 4032 // img.Height = 3024

I wonder if this is intended behavior.

image

There was a problem with the image file