We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
puts
1 parent ad8857a commit 8d191e9Copy full SHA for 8d191e9
lib/tabula_java_wrapper.rb
@@ -43,7 +43,6 @@ def Tabula.extract_tables(pdf_path, specs, options={})
43
bea = Java::TechnologyTabulaExtractors.BasicExtractionAlgorithm.new
44
45
Enumerator.new do |y|
46
- puts pages.inspect
47
extractor.extract(pages.map { |p| p.to_java(:int) }).each do |page|
48
specs[page.getPageNumber].each do |spec|
49
if ["spreadsheet", "original", "basic", "stream"].include?(spec['extraction_method'])
0 commit comments