https://store-images.s-microsoft.com/image/apps.12823.a96640e8-efb4-43b8-bdea-5ba980f6ba95.72f01343-d10d-42bc-b541-730c68a08fc6.0faec220-fddb-4840-932e-8b0eb1cb76d1
Craft-Text Detector
bCloud LLC
Craft-Text Detector
bCloud LLC
Craft-Text Detector
bCloud LLC
Version 0.4.3 + Free with Support on Ubuntu 24.04
CRAFT-Text Detector
CRAFT-Text Detector is an open-source Python library for detecting text regions in images using the Character Region Awareness for Text (CRAFT) model. It precisely locates text at the character level, making it highly accurate for natural images and documents.
Features of CRAFT-Text Detector:
- Detects text regions with high accuracy at the character level.
- Works on images of any size and resolution.
- Supports CPU and GPU (CUDA) execution.
- Provides bounding boxes for text regions for further OCR processing.
- Easy-to-use Python API for integration into ML pipelines and applications.
Check Installed Version:
sudo su
sudo apt update
source /opt/craft-text-detector/venv/bin/activate
pip show craft_text_generator
Disclaimer: CRAFT-Text Detector is an open-source project. Its performance depends on the proper use of pretrained models and input images. Always refer to the official documentation for the most accurate and up-to-date instructions.