An open API service indexing awesome lists of open source software.

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.

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