{"id":31769129,"url":"https://github.com/docling-project/website","last_synced_at":"2025-10-10T02:28:09.508Z","repository":{"id":316215023,"uuid":"1029227979","full_name":"docling-project/website","owner":"docling-project","description":"The Docling website","archived":false,"fork":false,"pushed_at":"2025-09-23T10:58:01.000Z","size":16448,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T11:28:42.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.docling.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docling-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-30T18:00:26.000Z","updated_at":"2025-09-23T10:58:00.000Z","dependencies_parsed_at":"2025-09-23T11:39:32.063Z","dependency_job_id":null,"html_url":"https://github.com/docling-project/website","commit_stats":null,"previous_names":["docling-project/website"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/docling-project/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docling-project","download_url":"https://codeload.github.com/docling-project/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002542,"owners_count":26083399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-10T02:28:06.854Z","updated_at":"2025-10-10T02:28:09.501Z","avatar_url":"https://github.com/docling-project.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docling Website\n\nThis is the official website for [Docling](https://github.com/docling-project/docling), a powerful document processing tool that prepares your files for GenAI, RAG, and beyond.\n\n## About Docling\n\nDocling transforms messy PDFs, DOCX, and slides into clean, structured data—ready for RAG, GenAI apps, or anything downstream. It handles complex layouts, tables, and formulas so you don't have to.\n\n### Key Features\n\n- **🗂️ Multi-format Support**: Parse PDF, DOCX, PPTX, XLSX, HTML, audio, and images\n- **📑 Deep PDF Understanding**: Layout, tables, reading order, code, and formulas\n- **🧬 Unified Format**: Consistent DoclingDocument structure for all outputs\n- **↪ Multiple Export Formats**: Markdown, HTML, DocTags, or lossless JSON\n- **🔒 Local Processing**: Run locally for sensitive or air-gapped environments\n- **🤖 AI Framework Integration**: Works with LangChain, LlamaIndex, Haystack, and more\n- **🔍 OCR Support**: Handle scanned PDFs and images\n- **👓 Visual Language Models**: Compatible with SmolDocling\n- **🎙️ Audio Support**: Automatic speech recognition (ASR)\n- **💻 Developer Friendly**: Fast CLI and easy integration\n\n## Tech Stack\n\nThis website is built with:\n\n- [Next.js 14](https://nextjs.org/) - React framework\n- [TypeScript](https://www.typescriptlang.org/) - Type safety\n- [Sass](https://sass-lang.com/) - CSS preprocessing\n- [Bootstrap 5](https://getbootstrap.com/) - UI components\n\n## Getting Started\n\nFirst, install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Project Structure\n\n```\nsrc/\n├── app/                    # Next.js app router\n├── components/            # React components\n│   ├── pages/            # Page-specific components\n│   ├── ui/               # Reusable UI components\n│   ├── icons/            # SVG icons\n│   ├── header/           # Header components\n│   └── footer/           # Footer components\n├── styles/               # Global styles and fonts\n├── lib/                  # Utilities and types\n└── utils/                # Constants and helpers\n```\n\n## Learn More\n\n- **Concepts**: [Learn Docling fundamentals](https://docling-project.github.io/docling/concepts/)\n- **Examples**: [Try out recipes for various use cases](https://docling-project.github.io/docling/examples/)\n- **Integrations**: [Popular frameworks and tools](https://docling-project.github.io/docling/integrations/)\n- **Reference**: [See more API details](https://docling-project.github.io/docling/reference/document_converter/)\n\n## Contributing\n\nThis website is part of the [Docling project](https://github.com/docling-project/docling). Your feedback and contributions are welcome!\n\n## License\n\nThis project is part of the Docling ecosystem. See the main [Docling repository](https://github.com/docling-project/docling) for license information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocling-project%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocling-project%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocling-project%2Fwebsite/lists"}