Class: Tabula::Extraction::LineExtractor::EndPathOperator

Inherits:
OperatorProcessor
  • Object
show all
Defined in:
lib/tabula/pdf_line_extractor.rb

Instance Method Summary collapse

Instance Method Details

#process(operator, arguments) ⇒ Object



175
176
177
178
179
# File 'lib/tabula/pdf_line_extractor.rb', line 175

def process(operator, arguments)
  drawer = self.context
  # end without stroke, we don't care about it. discard it
  drawer.currentPath = []
end