{"id":24534405,"url":"https://github.com/patw/docinator","last_synced_at":"2026-04-26T20:32:02.717Z","repository":{"id":272986586,"uuid":"918384214","full_name":"patw/docinator","owner":"patw","description":"A small service to convert PDF files to Markdown using the Docling library","archived":false,"fork":false,"pushed_at":"2025-02-07T12:17:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T01:39:26.052Z","etag":null,"topics":["docling","fastapi","llm"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-17T20:24:08.000Z","updated_at":"2025-02-07T12:17:37.000Z","dependencies_parsed_at":"2025-05-29T01:36:40.044Z","dependency_job_id":"c693c617-dbfd-4c2a-b3c5-4b656dbfd76f","html_url":"https://github.com/patw/docinator","commit_stats":null,"previous_names":["patw/docinator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patw/docinator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patw%2Fdocinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patw%2Fdocinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patw%2Fdocinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patw%2Fdocinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patw","download_url":"https://codeload.github.com/patw/docinator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patw%2Fdocinator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docling","fastapi","llm"],"created_at":"2025-01-22T11:17:08.142Z","updated_at":"2026-04-26T20:32:02.700Z","avatar_url":"https://github.com/patw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docinator\n\nProvides an API to input PDF files and convert to Markdown text, with some summarization options.  This is useful for chunking PDF for RAG chatbots.\n\n## Local Installation\n\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nCopy the model.json.sample to model.json.  In here you can modify the BaseURL to work with any OAI compatible service or use your own local models.\n\n## Running Docinator API\n\n```\nuvicorn main:app --host 0.0.0.0 --port 3009 --reload\n```\n\n## Accessing API\n\nhttp://localhost:3009/docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatw%2Fdocinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatw%2Fdocinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatw%2Fdocinator/lists"}