| 
					
				 | 
			
			
				@@ -111,11 +111,11 @@ class OCRSystem: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 text, score = rec_res[dno] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 if score > 0.8: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     text_list.append(text) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    print(text) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    # print(text) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     self.getInformation(text, kwargs['invoice_type']) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             inv_text = ''.join(text_list) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            print(inv_text) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            # print(inv_text) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             self.getInformationAgain(inv_text, kwargs['invoice_type']) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             all_results.append({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 'no': self.inv_no, 
			 |