{"id":23024489,"url":"https://github.com/tameronline/streamlit-read-pdf","last_synced_at":"2026-05-06T20:33:54.523Z","repository":{"id":268039992,"uuid":"903180579","full_name":"TamerOnLine/Streamlit-read-pdf","owner":"TamerOnLine","description":"AI-powered application for summarizing PDF files with an interactive Streamlit UI.","archived":false,"fork":false,"pushed_at":"2024-12-14T00:57:04.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T10:20:24.529Z","etag":null,"topics":["docker","pdf","python3","streamlit"],"latest_commit_sha":null,"homepage":"https://tameronline.github.io/Streamlit-read-pdf/","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/TamerOnLine.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}},"created_at":"2024-12-13T23:45:09.000Z","updated_at":"2024-12-14T01:59:01.000Z","dependencies_parsed_at":"2024-12-14T01:32:08.229Z","dependency_job_id":null,"html_url":"https://github.com/TamerOnLine/Streamlit-read-pdf","commit_stats":null,"previous_names":["tameronline/streamlit-read-pdf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FStreamlit-read-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FStreamlit-read-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FStreamlit-read-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamerOnLine%2FStreamlit-read-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamerOnLine","download_url":"https://codeload.github.com/TamerOnLine/Streamlit-read-pdf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246882901,"owners_count":20849334,"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","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":["docker","pdf","python3","streamlit"],"created_at":"2024-12-15T13:18:56.063Z","updated_at":"2026-05-06T20:33:49.499Z","avatar_url":"https://github.com/TamerOnLine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF Explorer: Streamlit-powered PDF Reader\n\nAn interactive Streamlit application designed to extract and display content from PDF files in an intuitive and user-friendly interface. This project simplifies reading PDFs by enabling users to upload files, view their contents, and perform basic text extraction directly in a web-based environment.\n\n---\n\n## Features\n\n- **Upload PDFs**: Easily upload PDF files using the Streamlit interface.\n- **Content Display**: View the content of each page of the uploaded PDF.\n- **Text Extraction**: Extract text from PDFs for analysis or further processing.\n- **Interactive Interface**: A clean, responsive interface built with Streamlit.\n- **Cross-Platform**: Runs seamlessly on Windows, macOS, and Linux.\n\n---\n\n## Screenshots\n\n![Screenshot of the interface](./img/index.png)\n\n---\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- **Python 3.8+**\n- Install the required dependencies (see below).\n\n---\n\n## Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/TamerOnLine/Streamlit-read-pdf.git\n   cd Streamlit-read-pdf\n   ```\n\n2. Create a virtual environment:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the application:\n   ```bash\n   streamlit run src/main.py\n   ```\n\n5. Open your browser and navigate to `http://localhost:8501`.\n\n---\n\n## Usage\n\n1. Launch the app using the installation steps.\n2. Upload your desired PDF file through the interface.\n3. View and interact with the extracted content directly in the application.\n\n---\n\n## Development\n\n### Folder Structure\n\n```\nStreamlit-read-pdf/\n├── src/\n│   └── main.py          # Main application file\n├── requirements.txt    # List of Python dependencies\n├── README.md           # Documentation file\n├── venv/               # Virtual environment folder\n└── .gitignore          # Git ignore file\n```\n\n### How to Contribute\n\n1. Fork this repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Added feature-name\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Create a pull request.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n\n---\n\n## Contact\n\nFor further inquiries or contributions, reach out:\n\n- **Email**: [info@tameronline.com](mailto:info@tameronline.com)\n- **GitHub**: [TamerOnLine](https://github.com/TamerOnLine)\n\n---\n\n## Acknowledgements\n\n- Thanks to the Streamlit community for their continuous support and resources.\n- Inspired by the simplicity of interactive PDF readers.\n\n---\n\nEnjoy using PDF Explorer! Feel free to share feedback or report issues on the [GitHub Issues page](https://github.com/TamerOnLine/Streamlit-read-pdf/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fstreamlit-read-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftameronline%2Fstreamlit-read-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftameronline%2Fstreamlit-read-pdf/lists"}