dragon-okinawa / docling-ocr-pdf

docling-ocr-pdf model leverages Docling's document parsing to perform OCR on various document formats, streamlining text extraction for AI tasks

  • Public
  • 58 runs
  • GitHub
  • License
Iterate in playground

Run dragon-okinawa/docling-ocr-pdf with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
document
string
Document to process
from_format
string (enum)
any

Options:

any, docx, pptx, html, image, pdf, asciidoc, md, csv, xlsx, xml_uspto, xml_jats, json_docling

Input document format
to_format
string (enum)
md

Options:

md, json, html, text, doctags

Output document format
timeout
integer
120

Min: 30

Max: 3600

Maximum time allowed to run the prediction in seconds

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}