boxdetect icon indicating copy to clipboard operation
boxdetect copied to clipboard

BoxDetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like character or checkbox boxes on scanned forms.

Results 7 boxdetect issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the amazing work! I am trying to use the config to detect boxes on my image but it's not detecting all the boxes.What i should change? Not...

Hello, 1.Boxdetect works well for the first image Input: ![image](https://user-images.githubusercontent.com/67863437/125794331-e96fa700-6d67-4b8b-8dde-b6e36dc38329.png) Output: ![image5](https://user-images.githubusercontent.com/67863437/125797915-6bb2c0dc-98f5-48fe-b3ec-6da9d52bb68b.PNG) 2.Boxdetect fails to detect the checkboxes when used on crop of the image Input: ![example6](https://user-images.githubusercontent.com/67863437/125794641-6756ac64-2c84-4b24-af95-7737b74f72e0.PNG) Output: ![image2](https://user-images.githubusercontent.com/67863437/125794753-725a884b-ca6a-4c56-894c-8720744c360f.PNG) Why...

Is there any way to mapping of word or text with the checkbox, which check-box relate to which text, ![mapping](https://user-images.githubusercontent.com/53088237/116842852-a64ae800-abfb-11eb-8c80-b459506b6fa4.png) ```City : NEWTON ``` ```Pin code : 07860```

question

When trying to use `boxdetect` in an AWS lambda, this error occurs when deploying: `[ERROR] Runtime.ImportModuleError: Unable to import module 'pd_ocr/handlers/s3_write': libGL.so.1: cannot open shared object file: No such file...

I'm currently trying to get started with the package. When I use the *config*'s and try to get results using the steps in the readme, I just get `WARNING: No...

Shouldn't it also be possible to detect tables and cells of tables? What if I wanted to detect all the cells of such a table?: ![Figure_1](https://github.com/karolzak/boxdetect/assets/49591562/ab19bc66-cf7e-4826-9050-47bcd24b8f28) As described in #29...

I am creating this issue to help anybody having the same issue with vertically aligned checkboxes not being detected well. The `group_size_range` config option gets overwritten to a hardcoded value...

good first issue
question