Link Search Menu Expand Document

PDF to CSV missing hyphens

All - symbols in your document are Unicode “Soft Hyphens”. Some applications and UI controls cannot correctly render them. We added an option that replaces such Unicode “mimics” with corresponding normal characters. You can enable it using profiles parameter. Add the following line to the request payload JSON:

"profiles": "{ 'NormalizeText': true }"

If you are using our API through Zapier or Integromat, insert the following string in “Profiles” field:

{ 'NormalizeText': true }