Apache PDFBox · Example Payload

Apache Pdfbox Text Extraction Result Example

Document ProcessingJavaPDFText ExtractionApacheOpen Source

Apache Pdfbox Text Extraction Result Example is an example object payload from Apache PDFBox, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

documentIdtextpageCountwordCount

Example Payload

Raw ↑
{
  "documentId": "500123",
  "text": "example",
  "pageCount": 1234,
  "wordCount": 1234
}