org.jpedal.examples.tablezoning
Class ExtractTextTableFromZones

java.lang.Object
  extended by org.jpedal.examples.tablezoning.ExtractTextTableFromZones

public class ExtractTextTableFromZones
extends java.lang.Object

Does the actual table extraction and based on ExtractTextInRectangleAsTable Debugging tip: Set verbose=true in LogWriter to see what is going on.


Field Summary
static boolean showMessages
          flag to show if we display messages
 
Constructor Summary
ExtractTextTableFromZones()
           
ExtractTextTableFromZones(java.lang.String file_name)
          example method to open a file and extract the raw text
ExtractTextTableFromZones(java.lang.String pdf, java.lang.String xml, java.lang.String output)
           
 
Method Summary
static void main(java.lang.String[] args)
          main routine which checks for any files passed and runs the demo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showMessages

public static boolean showMessages
flag to show if we display messages

Constructor Detail

ExtractTextTableFromZones

public ExtractTextTableFromZones()

ExtractTextTableFromZones

public ExtractTextTableFromZones(java.lang.String file_name)
example method to open a file and extract the raw text


ExtractTextTableFromZones

public ExtractTextTableFromZones(java.lang.String pdf,
                                 java.lang.String xml,
                                 java.lang.String output)
Method Detail

main

public static void main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo