Remove commented code in InvoiceRecognizer.

This commit is contained in:
Albert Cervera i Areny 2009-03-23 23:17:06 +01:00
parent ccee97f718
commit 201109c913
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ class InvoiceRecognizer:
def findTagValueFromRange(self, tag, ran):
# Extract text on the right
#line = self.formatedLine( self.textLines[ ran.line ] )
#rightValue = line[ran.pos+ran.length+1:].strip().split(' ')[0]
line = self.textLines[ ran.line ]
line = line[ran.pos+ran.length+1:]
rightValue = Block.extractAllBlocksFromDocument( [ line ] )[0].text()