https://github.com/isaiah512/image-document-title-extract
Extracts the title from an Image, can be used for things like document categorization or content indexing.
https://github.com/isaiah512/image-document-title-extract
document extractor opencv opencv-python python python3 script title
Last synced: over 1 year ago
JSON representation
Extracts the title from an Image, can be used for things like document categorization or content indexing.
- Host: GitHub
- URL: https://github.com/isaiah512/image-document-title-extract
- Owner: Isaiah512
- Created: 2024-04-23T09:43:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T10:23:02.000Z (about 2 years ago)
- Last Synced: 2025-01-24T19:29:11.023Z (over 1 year ago)
- Topics: document, extractor, opencv, opencv-python, python, python3, script, title
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Title Extractor
This is a Python script that automatically detects and extracts the title from a document image in formats of JPEG, and PNG.
## Usage
Run the script in the console.
```python
cd image_title_extractor
python main.py
```
## Dependencies
- OpenCV (cv2)
- pytesseract