Version bump!

pull/1/head
Yusuke Shinyama 2013-10-22 22:19:38 +09:00
parent ead3137121
commit 87842233b3
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Tue Oct 22 10:05:22 UTC 2013 Last Modified: Tue Oct 22 13:19:10 UTC 2013
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -365,6 +365,8 @@ no stream header is displayed for the ease of saving it to a file.
<h2><a name="changes">Changes</a></h2> <h2><a name="changes">Changes</a></h2>
<ul> <ul>
<li> 2013/10/22: Sudden resurge of interests.
Incorporated a lot of patches and robust handling of broken PDFs.
<li> 2011/05/15: Speed improvements for layout analysis. <li> 2011/05/15: Speed improvements for layout analysis.
<li> 2011/05/15: API changes. <code>LTText.get_text()</code> is added. <li> 2011/05/15: API changes. <code>LTText.get_text()</code> is added.
<li> 2011/04/20: API changes. LTPolygon class was renamed as LTCurve. <li> 2011/04/20: API changes. LTPolygon class was renamed as LTCurve.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
__version__ = '20110515' __version__ = '20131022'
if __name__ == '__main__': print __version__ if __name__ == '__main__': print __version__