{"id":22342487,"url":"https://github.com/sayedgamal99/pdf-to-text","last_synced_at":"2025-03-26T09:42:02.430Z","repository":{"id":259299459,"uuid":"877522137","full_name":"sayedgamal99/PDF-to-text","owner":"sayedgamal99","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T20:09:13.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T11:13:33.904Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sayedgamal99.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}},"created_at":"2024-10-23T19:47:02.000Z","updated_at":"2024-10-23T20:09:16.000Z","dependencies_parsed_at":"2024-10-24T07:10:16.761Z","dependency_job_id":"720e170c-485c-4d3d-84a6-11cdeddf5625","html_url":"https://github.com/sayedgamal99/PDF-to-text","commit_stats":null,"previous_names":["sayedgamal99/pdf-to-text"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayedgamal99%2FPDF-to-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayedgamal99%2FPDF-to-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayedgamal99%2FPDF-to-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayedgamal99%2FPDF-to-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sayedgamal99","download_url":"https://codeload.github.com/sayedgamal99/PDF-to-text/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245630677,"owners_count":20647114,"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":[],"created_at":"2024-12-04T08:12:50.050Z","updated_at":"2025-03-26T09:42:02.404Z","avatar_url":"https://github.com/sayedgamal99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# PDF Text Extractor\n\nA simple web application that allows users to upload a PDF document and extract its text content. Built with Streamlit and pdfplumber, this app provides an easy-to-use interface for reading and extracting text from PDF files.\n\n## Table of Contents\n\n- [Project Summary](#project-summary)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Project Summary\n\nThis project is designed to help users extract text from PDF files effortlessly. Whether you need to retrieve text for documentation, research, or any other purpose, this app provides a straightforward solution. Users can simply upload their PDF files, and the app will display the extracted text, making it accessible for copying or further analysis.\n\n## Features\n\n- **Upload PDF Files**: Users can easily upload their PDF documents.\n- **Text Extraction**: The app extracts and displays the text from the uploaded PDF.\n- **User-Friendly Interface**: Built using Streamlit, the app is intuitive and responsive.\n- **Cross-Platform Compatibility**: Works on any platform that supports Streamlit.\n\n## Technologies Used\n\n- [Streamlit](https://streamlit.io/): A Python library for creating web apps.\n- [pdfplumber](https://github.com/jsvine/pdfplumber): A Python library for extracting text and information from PDF files.\n- Python 3.x\n\n## Installation\n\nTo run the application locally, follow these steps:\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/your_username/PDF-to-text.git\n   cd PDF-to-text\n   ```\n\n2. **Create a virtual environment (optional but recommended)**:\n\n   - **Windows**:\n\n     ```bash\n     python -m venv venv\n     venv\\Scripts\\activate\n     ```\n\n   - **macOS/Linux**:\n\n     ```bash\n     python3 -m venv venv\n     source venv/bin/activate\n     ```\n\n3. **Install the required packages**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\n1. **Run the Streamlit app**:\n\n   ```bash\n   streamlit run app.py\n   ```\n\n2. **Open your browser** and navigate to `http://localhost:8501` to access the app.\n\n3. **Upload a PDF file** using the provided file uploader.\n\n4. **View the extracted text** displayed on the screen for your convenience.\n\n5. **Copy or save the extracted text** for your use as needed.\n\n## Deployment\n\nThis application is also deployed on [Streamlit Cloud](https://streamlit.io/cloud). You can access the live version of the app at [streamlit app](https://pdf-to-text-jz36s82wgqtjd4i8vwwyt7.streamlit.app/).\n\n### Deploying on Streamlit Cloud\n\nTo deploy your app on Streamlit Cloud, follow these steps:\n\n1. **Push your code to a GitHub repository**:\n   - Make sure your app is working locally.\n   - Commit your changes and push them to GitHub.\n\n2. **Sign in to Streamlit Cloud**:\n   - Go to [Streamlit Cloud](https://streamlit.io/cloud) and sign in with your GitHub account.\n\n3. **Create a New App**:\n   - Click on \"New App\" in the Streamlit Cloud dashboard.\n   - Select the GitHub repository you just pushed your code to.\n\n4. **Select the branch** (usually `main`) and specify the file path to `app.py`.\n\n5. **Click on \"Deploy\"** to publish your app.\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedgamal99%2Fpdf-to-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayedgamal99%2Fpdf-to-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedgamal99%2Fpdf-to-text/lists"}