Class ExtractionParagraphsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseExtractionType
-
- net.webpdf.wsclient.schema.operation.ExtractionParagraphsType
-
public class ExtractionParagraphsType extends BaseExtractionType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Extract text content of the PDF document, separated by paragraphs</p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Generates an ASCII text, XML, or JSON file that will be returned as a result when the web service is called and that will contain all texts in the PDF document separated by paragraphs.</p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">In order for this to work, the paragraphs must be found in the PDF as elements. A purely visual separation will not work!</p>
Java class for ExtractionParagraphsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractionParagraphsType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseExtractionType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.operation.BaseExtractionType
fileFormat, pages
-
-
Constructor Summary
Constructors Constructor Description ExtractionParagraphsType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseExtractionType
getFileFormat, getPages, isSetFileFormat, isSetPages, setFileFormat, setPages
-
-