Localizes text regions in the input image using Trace OCR
Detection architecture to use. See the models page for available options.
Return axis-aligned bounding boxes. Set to false for rotated documents to get 4-point polygons instead.
Pad the image to preserve its aspect ratio before feeding it to the model.
Pad symmetrically (centered) rather than bottom-right only.
Number of pages processed in parallel during detection. Increase for multi-page PDFs if you have enough memory.
Pixel-level threshold for the detection segmentation heatmap. Lower values detect more text but may introduce false positives.
Minimum confidence score to keep a detected bounding box. Lower values return more boxes but may include noise.
One or more files to process. Accepts JPEG, PNG, and PDF formats.