diff --git a/asl_cards/parse.py b/asl_cards/parse.py index 400fa64..ee28929 100644 --- a/asl_cards/parse.py +++ b/asl_cards/parse.py @@ -105,6 +105,8 @@ class PdfParser: if self.cancelling : raise AnalyzeCancelledException() try : file_cards = self._do_parse_file( float(file_no)/len(fnames) , fname , max_pages , image_res ) + if file_cards is None : + continue except AnalyzeCancelledException as ex : raise except Exception as ex :