https://github.com/exploring-solver/adobe-hackathon-2025
https://github.com/exploring-solver/adobe-hackathon-2025
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exploring-solver/adobe-hackathon-2025
- Owner: exploring-solver
- Created: 2025-07-25T07:31:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T20:21:39.000Z (7 months ago)
- Last Synced: 2025-07-28T20:48:51.029Z (7 months ago)
- Language: Python
- Size: 31.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adobe Hackathon 2025: PDF Intelligence Suite
This project contains our solution for the Adobe India Hackathon 2025, a comprehensive suite of tools designed to transform how we interact with PDFs.
* **Challenge 1A: PDF Heading Extractor**
We built a fast, accurate, and multilingual system to extract the structural outlines of PDF documents. Our hybrid approach uses both fast heuristic analysis and a lightweight AI model to identify and classify headings (Title, H1, H2, H3), delivering reliable results in seconds.
* **Challenge 1B: Persona-Driven Document Intelligence**
We developed an intelligent system that analyzes a collection of PDFs to find the most relevant information for a user's specific job. The solution uses a sentence transformer model to prioritize sections based on a given persona and task, generating a structured output for easy consumption.
You can find the full documentation and code in the respective challenge folders below.
* **[Challenge 1A Folder](https://github.com/exploring-solver/adobe-hackathon-2025/tree/main/Challenge_1a)**
* **[Challenge 1B Folder](https://github.com/exploring-solver/adobe-hackathon-2025/tree/main/Challenge_1b)**
Made by [@ivar03](https://www.google.com/search?q=https://github.com/ivar03) and [@exploring-solver](https://github.com/exploring-solver).