{"id":25085648,"url":"https://github.com/shuaib-code/python-bangla-ocr","last_synced_at":"2025-07-25T16:03:30.318Z","repository":{"id":254263430,"uuid":"845991234","full_name":"shuaib-code/python-bangla-ocr","owner":"shuaib-code","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-22T10:33:01.000Z","size":7997,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T13:45:50.794Z","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/shuaib-code.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-08-22T10:24:59.000Z","updated_at":"2024-08-22T10:33:04.000Z","dependencies_parsed_at":"2024-08-22T12:01:10.617Z","dependency_job_id":"35ca85b3-ab6c-4f80-82ef-2e0262e1f35f","html_url":"https://github.com/shuaib-code/python-bangla-ocr","commit_stats":null,"previous_names":["shuaib-code/python-bangla-ocr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shuaib-code/python-bangla-ocr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fpython-bangla-ocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fpython-bangla-ocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fpython-bangla-ocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fpython-bangla-ocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuaib-code","download_url":"https://codeload.github.com/shuaib-code/python-bangla-ocr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuaib-code%2Fpython-bangla-ocr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267029028,"owners_count":24024199,"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-07-25T02:00:09.625Z","response_time":70,"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-02-07T08:29:23.711Z","updated_at":"2025-07-25T16:03:30.254Z","avatar_url":"https://github.com/shuaib-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF to Text OCR Conversion\n\nThis project provides a Python script to convert scanned PDF files into text using Optical Character Recognition (OCR). The script utilizes the `pdf2image` and `pytesseract` libraries, along with the Poppler utility for converting PDF pages into images.\n\n## Prerequisites\n\nBefore running the script, ensure that the following software is installed on your system:\n\n1. **Python 3.x** - The script is written in Python. You can download Python from the [official website](https://www.python.org/downloads/).\n\n2. **Tesseract-OCR** - Tesseract is an open-source OCR engine. Download and install it from [Tesseract at UB Mannheim](https://github.com/UB-Mannheim/tesseract/wiki).\n\n3. **Poppler** - Poppler is required for converting PDF pages to images. You can install it manually by following the instructions below.\n\n## Installing Poppler on Windows\n\n### Option 1: Using Winget (Recommended)\n\n1. Open Command Prompt or PowerShell.\n2. Run the following command to install Poppler:\n   ```bash\n   winget install poppler\n   ```\n3. Verify the installation by running:\n   ```bash\n   pdfinfo\n   ```\n   If Poppler is correctly installed, this command will display information about the `pdfinfo` utility.\n\n### Option 2: Manual Installation\n\n1. Download the latest version of Poppler for Windows from [Poppler for Windows](http://blog.alivate.com.au/poppler-windows/).\n2. Extract the contents to a folder (e.g., `C:\\poppler`).\n3. Add the path to the `bin` folder inside the Poppler directory to your system's PATH:\n\n   - Right-click on `This PC` or `Computer` and select `Properties`.\n   - Click `Advanced system settings`.\n   - Under `System variables`, find `Path`, select it, and click `Edit`.\n   - Add `C:\\poppler\\bin` to the list of paths.\n   - Click `OK` to save the changes.\n\n4. Verify the installation by running `pdfinfo` in Command Prompt.\n\n## Installing Python Packages\n\nInstall the required Python libraries by running:\n\n```bash\npip install pytesseract pdf2image\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuaib-code%2Fpython-bangla-ocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuaib-code%2Fpython-bangla-ocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuaib-code%2Fpython-bangla-ocr/lists"}