Fix converter backend
This commit is contained in:
@@ -53,8 +53,6 @@ class Python(ConverterBase):
|
||||
fs_cleanup(input_filepath)
|
||||
|
||||
def get_page_count(self):
|
||||
super(Python, self).get_page_count()
|
||||
|
||||
page_count = 1
|
||||
|
||||
if self.mime_type == 'application/pdf':
|
||||
|
||||
Reference in New Issue
Block a user