You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python library for extracting tables from PDF documents using computer vision and image processing techniques. It converts PDF pages to images, detects tables, recognizes their structure, and outputs clean data in JSON format.
Upload a screenshot of a Nonogram (picross) puzzle and get it solved automatically. Computer vision detects the grid, OCRs the clues, and reads the current board state; a constraint-propagation solver with backtracking completes the puzzle and overlays the solution on your screenshot.