{"id":24799006,"url":"https://github.com/arnabd64/pytesseract-api","last_synced_at":"2025-10-29T01:45:39.083Z","repository":{"id":271856266,"uuid":"914712621","full_name":"arnabd64/PyTesseract-API","owner":"arnabd64","description":"Microservice for Tesseract OCR service","archived":false,"fork":false,"pushed_at":"2025-01-10T10:35:55.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T02:16:13.783Z","etag":null,"topics":["computer-vision","machine-learning","microservice","pytesseract-ocr","tesseract"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnabd64.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":"2025-01-10T06:40:41.000Z","updated_at":"2025-01-10T10:35:59.000Z","dependencies_parsed_at":"2025-01-10T11:04:28.151Z","dependency_job_id":null,"html_url":"https://github.com/arnabd64/PyTesseract-API","commit_stats":null,"previous_names":["arnabd64/pytesseract-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabd64%2FPyTesseract-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabd64%2FPyTesseract-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabd64%2FPyTesseract-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnabd64%2FPyTesseract-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnabd64","download_url":"https://codeload.github.com/arnabd64/PyTesseract-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366197,"owners_count":20603438,"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":["computer-vision","machine-learning","microservice","pytesseract-ocr","tesseract"],"created_at":"2025-01-30T02:16:15.097Z","updated_at":"2025-10-29T01:45:34.049Z","avatar_url":"https://github.com/arnabd64.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# PyTesseract Microservice\n\n## Objective\n\nThe objective of this project is to create a robust and scalable microservice for Optical Character Recognition (OCR) using PyTesseract. This microservice is designed to be easily deployable using Docker, making it suitable for any cloud environment.\n\n## Deploy\n\nTo deploy this microservice, follow these steps:\n\n1. **Clone the Git Repository:**\n\n   First, clone the git repository to your server:\n\n   ```sh\n   git clone https://github.com/arnabd64/PyTesseract-API.git\n   cd PyTesseract-API\n   ```\n\n2. **Build and Run the Docker Container:**\n\n   You can build the Docker container and run it using the following commands:\n\n   ```sh\n   docker build -t pytesseract:latest .\n   docker run -itd --name=pytesseract -p 8000:8000 pytesseract:latest\n   ```\n\n   This will build the Docker image with the tag `pytesseract:latest` and run a container named `pytesseract` that maps port 8000 of the container to port 8000 of the host.\n\n3. **Use Docker Compose:**\n\n   Alternatively, you can use Docker Compose to build and run the microservice. Ensure you have Docker Compose installed, then run:\n\n   ```sh\n   docker compose up --build -d\n   ```\n\n   This command will build the Docker image and start the container in detached mode using the configurations specified in the `docker-compose.yml` file.\n\n## Additional Information\n\n- **Dependencies:** Ensure that Docker and Docker Compose are installed on your server.\n- **Configuration:** You can customize the microservice by modifying the configuration files within the repository.\n- **Scalability:** This microservice is designed to be scalable. You can deploy multiple instances behind a load balancer for high availability and performance.\n\nFor any issues or enhancements, feel free to open an issue or submit a pull request.\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnabd64%2Fpytesseract-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnabd64%2Fpytesseract-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnabd64%2Fpytesseract-api/lists"}