CreateFormWithoutFile: {
    chunk_processing?: ChunkProcessing | null;
    expires_in?: number | null;
    high_resolution?: boolean | null;
    ocr_strategy?: OcrStrategy | null;
    pipeline?: PipelineType | null;
    segment_processing?: SegmentProcessing | null;
    segmentation_strategy?: SegmentationStrategy | null;
}

Will use chunkr.ai to process the file when this object is defined. See docs.chunkr.ai/api-references/task/create-task for detailed information about what each field on this request payload does.

Type declaration

  • Optionalchunk_processing?: ChunkProcessing | null
  • Optionalexpires_in?: number | null

    The number of seconds until task is deleted. Expried tasks can not be updated, polled or accessed via web interface.

  • Optionalhigh_resolution?: boolean | null

    Whether to use high-resolution images for cropping and post-processing. (Latency penalty: ~7 seconds per page)

  • Optionalocr_strategy?: OcrStrategy | null
  • Optionalpipeline?: PipelineType | null
  • Optionalsegment_processing?: SegmentProcessing | null
  • Optionalsegmentation_strategy?: SegmentationStrategy | null
MMNEPVFCICPMFPCPTTAAATR