diff --git a/pixelocr/page.py b/pixelocr/page.py index 9f79d60..03196f9 100644 --- a/pixelocr/page.py +++ b/pixelocr/page.py @@ -30,7 +30,7 @@ class PageObject(object): @property def height(self): - return self.image.width + return self.image.height @property def width(self):