Git Product home page Git Product logo

pycropper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pycropper's Issues

IndexError: tuple index out of range

Hi,

I just cloned it to run on 3 sample images (1.jpg, 2 and 3). It processed the first, on the second...

...
...
Processing 2.jpg...
Image type: JPEG; mode: RGB; dimensions: 1280x720
Sampling background color...
Searching for top edge...
Traceback (most recent call last):
File "cropper.py", line 175, in
main()
File "cropper.py", line 172, in main
process(file_path)
File "cropper.py", line 66, in process
if not is_like_bg_color(pixel_map[i, y]):
File "cropper.py", line 26, in is_like_bg_color
bg_r, bg_g, bg_b = bg_color[0], bg_color[1], bg_color[2]
IndexError: tuple index out of range

Exception for some images

It works great for some images I am specifically doing for scanned documents.I got following exception and tell me what is wrong with images.

Searching for top edge...
Traceback (most recent call last):
File "cropper.py", line 175, in
main()
File "cropper.py", line 172, in main
process(file_path)
File "cropper.py", line 66, in process
if not is_like_bg_color(pixel_map[i, y]):
File "cropper.py", line 26, in is_like_bg_color
bg_r, bg_g, bg_b = bg_color[0], bg_color[1], bg_color[2]
IndexError: tuple index out of range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.