METADATA 1.0 KB

1234567891011121314151617181920212223242526
  1. Metadata-Version: 2.0
  2. Name: pdfminer
  3. Version: 20140328
  4. Summary: PDF parser and analyzer
  5. Home-page: http://euske.github.io/pdfminer/index.html
  6. Author: Yusuke Shinyama
  7. Author-email: yusuke at cs dot nyu dot edu
  8. License: MIT/X
  9. Keywords: pdf parser,pdf converter,layout analysis,text mining
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 4 - Beta
  12. Classifier: Environment :: Console
  13. Classifier: Intended Audience :: Developers
  14. Classifier: Intended Audience :: Science/Research
  15. Classifier: License :: OSI Approved :: MIT License
  16. Classifier: Topic :: Text Processing
  17. PDFMiner is a tool for extracting information from PDF documents.
  18. Unlike other PDF-related tools, it focuses entirely on getting
  19. and analyzing text data. PDFMiner allows to obtain
  20. the exact location of texts in a page, as well as
  21. other information such as fonts or lines.
  22. It includes a PDF converter that can transform PDF files
  23. into other text formats (such as HTML). It has an extensible
  24. PDF parser that can be used for other purposes instead of text analysis.