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:
Value | Description |
---|---|
0 | no rotation |
1 | 90 degrees |
2 | 180 degrees |
3 | 270 degrees |
Copyright © 2016 - 2023 PDF.co