craft-text-detector icon indicating copy to clipboard operation
craft-text-detector copied to clipboard

Packaged, Pytorch-based, easy to use, cross-platform version of the CRAFT text detector

Results 3 craft-text-detector issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug some prediction_result["boxes"] can have 0 size this raises an opencv exception when try to crop images by export_detected_regions ## To Reproduce Steps to reproduce the behavior: 1....

enhancement
help wanted

It would be great if we could add padding to bounding box. For example, in this image, ![image](https://user-images.githubusercontent.com/10500931/83955170-55e2d300-a850-11ea-8af5-2b3547573982.png) tesseract incorrectly parses 7 as /. Padding would most likely help.

Hello! Thanks, very good work! Easy to use! There is a small question. For educational purposes, I do the recognition of car numbers. If I take data from boxes or...