Link Search Menu Expand Document

PDF to JSON/XML/CSV/Text - forcing rotation of PDF prior to data extraction

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.

Normally OCR detects PDF rotation and extracts text properly. But in some cases PDF is constructed in such a way that page is not rotated instead font is drawn vertically, OCR does not detect page rotation automatically. In such scenarios we can use following profile setting.

{ "RotationAngle": 2 }

Applies To:

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

Valid RotationAngle values:

ValueDescription
0no rotation
190 degrees
2180 degrees
3270 degrees