fix typos

This commit is contained in:
Clemens Neudecker 2019-12-06 02:21:04 +01:00 committed by GitHub
parent e696a068cb
commit 6c0bfba686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1378,7 +1378,7 @@ class textlineerkenner:
def run(self):
#get image and sclaes, then extract the page of scanned image
#get image and scales, then extract the page of scanned image
t1=time.time()
self.get_image_and_scales()
image_page,page_coord=self.extract_page()