cools commited on
Commit
2382e10
·
1 Parent(s): 107f597

Delete Manager.py

Browse files
Files changed (1) hide show
  1. Manager.py +0 -8
Manager.py DELETED
@@ -1,8 +0,0 @@
1
- import ImageProcessor
2
- import TextProcessor
3
- import Tagger
4
-
5
- def run(foldername):
6
- ImageProcessor.process_file('PDF Cases/' + foldername)
7
- TextProcessor.process_file('PDF Cases/' + foldername)
8
- Tagger.process_file('PDF Cases/' + foldername)