Link Search Menu Expand Document

PDF to XML, PDF to JSON, PDF to CSV - Line Grouping Mode not working

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.

There is issues with line grouping with double-width spaces, as they’re treated by extractor as separators. To resolve this issue we should increase the internal criteria controlling this aspect of extraction.

We can simply achieve this by adding following Profiles parameter for PDF.co api call.

{ "DetectNewColumnBySpacesRatio": "2.0" }

Applies To:

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