Skip to content

Commit

Permalink
Comment out double rotation check
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Feb 18, 2018
1 parent 07cec4a commit 077e54c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 348 deletions.
98 changes: 0 additions & 98 deletions article_to_csv.py

This file was deleted.

2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,12 @@ def main(self, path):
continue

else:
"""
degrees = self.get_rotation_info(image_file_name)
if degrees:
self.fix_dpi_and_rotation(image_file_name, degrees, ext)
"""

call(["tesseract", image_file_name, text_file_path], stdout=FNULL) #Fetch tesseract with FNULL in write mode

Expand Down
47 changes: 0 additions & 47 deletions ocr.py

This file was deleted.

34 changes: 0 additions & 34 deletions rotation.py

This file was deleted.

169 changes: 0 additions & 169 deletions similarity.py

This file was deleted.

0 comments on commit 077e54c

Please sign in to comment.