From f2005bee551635cd3cf3f7742761835bbf008640 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sun, 13 Jun 2010 04:35:18 +0000 Subject: [PATCH] non-free sample files moved into a separate directory git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@227 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 11 +- samples/Makefile | 54 +++--- samples/README | 78 ++++---- samples/jo.tex | 173 ++++++++++++++++++ samples/{ => nonfree}/dmca.html.ref | 0 samples/{ => nonfree}/dmca.pdf | Bin samples/{ => nonfree}/dmca.txt.ref | 0 samples/{ => nonfree}/dmca.xml.ref | 0 samples/{ => nonfree}/f1040nr.html.ref | 0 samples/{ => nonfree}/f1040nr.pdf | Bin samples/{ => nonfree}/f1040nr.txt.ref | 0 samples/{ => nonfree}/f1040nr.xml.ref | 0 samples/{ => nonfree}/i1040nr.html.ref | 0 samples/{ => nonfree}/i1040nr.pdf | Bin samples/{ => nonfree}/i1040nr.txt.ref | 0 samples/{ => nonfree}/i1040nr.xml.ref | 0 samples/{ => nonfree}/kampo.html.ref | 0 samples/{ => nonfree}/kampo.pdf | Bin samples/{ => nonfree}/kampo.txt.ref | 0 samples/{ => nonfree}/kampo.xml.ref | 0 .../{ => nonfree}/naacl06-shinyama.html.ref | 0 samples/{ => nonfree}/naacl06-shinyama.pdf | Bin .../{ => nonfree}/naacl06-shinyama.txt.ref | 0 .../{ => nonfree}/naacl06-shinyama.xml.ref | 0 samples/{ => nonfree}/nlp2004slides.html.ref | 0 samples/{ => nonfree}/nlp2004slides.pdf | Bin samples/{ => nonfree}/nlp2004slides.txt.ref | 0 samples/{ => nonfree}/nlp2004slides.xml.ref | 0 28 files changed, 251 insertions(+), 65 deletions(-) create mode 100644 samples/jo.tex rename samples/{ => nonfree}/dmca.html.ref (100%) rename samples/{ => nonfree}/dmca.pdf (100%) rename samples/{ => nonfree}/dmca.txt.ref (100%) rename samples/{ => nonfree}/dmca.xml.ref (100%) rename samples/{ => nonfree}/f1040nr.html.ref (100%) rename samples/{ => nonfree}/f1040nr.pdf (100%) rename samples/{ => nonfree}/f1040nr.txt.ref (100%) rename samples/{ => nonfree}/f1040nr.xml.ref (100%) rename samples/{ => nonfree}/i1040nr.html.ref (100%) rename samples/{ => nonfree}/i1040nr.pdf (100%) rename samples/{ => nonfree}/i1040nr.txt.ref (100%) rename samples/{ => nonfree}/i1040nr.xml.ref (100%) rename samples/{ => nonfree}/kampo.html.ref (100%) rename samples/{ => nonfree}/kampo.pdf (100%) rename samples/{ => nonfree}/kampo.txt.ref (100%) rename samples/{ => nonfree}/kampo.xml.ref (100%) rename samples/{ => nonfree}/naacl06-shinyama.html.ref (100%) rename samples/{ => nonfree}/naacl06-shinyama.pdf (100%) rename samples/{ => nonfree}/naacl06-shinyama.txt.ref (100%) rename samples/{ => nonfree}/naacl06-shinyama.xml.ref (100%) rename samples/{ => nonfree}/nlp2004slides.html.ref (100%) rename samples/{ => nonfree}/nlp2004slides.pdf (100%) rename samples/{ => nonfree}/nlp2004slides.txt.ref (100%) rename samples/{ => nonfree}/nlp2004slides.xml.ref (100%) diff --git a/docs/index.html b/docs/index.html index 0da5fa7..248c332 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat May 29 11:57:59 UTC 2010 +Last Modified: Sun Jun 13 04:20:47 UTC 2010
@@ -29,7 +29,9 @@ Last Modified: Sat May 29 11:57:59 UTC 2010
  • Install   (for CJK languages)
  • How to Use(pdf2txt.py, dumppdf.py, use as library)(pdf2txt.py, +dumppdf.py, +use as library)
  • Technical Documents
  • TODOs
  • Changes @@ -375,7 +377,7 @@ For details, see the Programming with PDFMiner pa
  • PEP-8 and PEP-257 conformance.
  • Better documentation. -
  • Better text extraction / layout analysis. +
  • Better text extraction / layout analysis. (writing mode detection, Type1 font file analysis, etc.)
  • Robust error handling.
  • Crypt stream filter support. (More sample documents are needed!)
  • CCITTFax stream filter support. @@ -385,7 +387,8 @@ For details, see the Programming with PDFMiner pa

    Changes