Link Search Menu Expand Document

PDF to JSON/XML/CSV/Text - optimizing speed when it is slow due to a huge number of vector objects

For Zapier, Integromat and others plugins insert custom profiles into profiles field. For API calls please set value as string in profiles parameter as string.

Some document has problem that it contains an enormous number of vector objects. Every line in it is drawn in very short separate segments. By default, PDF Extractor analyses each vector object whether it is a table border or a columns/row separator. To speed up the conversion of this document we should exclude vectors from the table structure analysis.

In Web API:

{ "ColumnDetectionMode": "ContentGroups" }

Applies To:

  • /pdf/convert/to/csv
  • /pdf/convert/to/xml
  • /pdf/convert/to/json
  • /pdf/convert/to/xls
  • /pdf/convert/to/xlsx