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