Version 20140327

pull/1/head
Yusuke Shinyama 2014-03-28 00:19:52 +09:00
parent ee47a6603a
commit b18e8c549d
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ It includes a PDF converter that can transform PDF files
into other text formats (such as HTML). It has an extensible
PDF parser that can be used for other purposes than text analysis.
* Download (PyPI): https://pypi.python.org/pypi/pdfminer/
Features
--------

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
__version__ = '20140324'
__version__ = '20140327'
if __name__ == '__main__':
print __version__