Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. PDF::Reader.new(file_path).pages
  2.  
  3. Docsplit.extract_pages(file_path)
  4.  
  5. Docsplit.extract_text(pdf_file, {pdf_opts: '-raw', output: 'tmp_text_file'})
  6.  
  7. Yomu.new(pdf_file).text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement