Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajxv/pyocr-flask
Pdf OCR text extraction using python
https://github.com/ajxv/pyocr-flask
ocr-python pdf-text pytesseract python
Last synced: about 1 month ago
JSON representation
Pdf OCR text extraction using python
- Host: GitHub
- URL: https://github.com/ajxv/pyocr-flask
- Owner: ajxv
- Created: 2024-11-05T11:06:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T11:56:38.000Z (about 2 months ago)
- Last Synced: 2024-11-05T13:01:15.569Z (about 2 months ago)
- Topics: ocr-python, pdf-text, pytesseract, python
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF OCR text extraction
## Requirements
- Python 3.1x## Setting Up
- Install requirements using `pip install -r requirements.txt`## Running the application
- Run the flask app using `python3 app.py`