OutputFormats controller (FineReader Server 14 R2 and later)
GET /api/outputFormats (FineReader Server 14 R2 and later)
Lets you get a list of (FineReader Server 14 R2 and later) the available output formats and their default settings.
- GET /api/outputFormats /* list all the output formats, together with their settings */
Counterpart SOAP method: WebService.GetOutputFormats.
GET /api/outputFormats/{outputFormatType} (FineReader Server 14 R2 and later)
Lets you get the default settings for the specified output format.
- GET /api/outputFormats/OFF_PDF /* PDF settings */
Counterpart SOAP method: WebService.GetOutputFormat.
3/26/2024 1:49:49 PM