mzucker / page_dewarp

Text page dewarping using a "cubic sheet" model
https://mzucker.github.io/2016/08/15/page-dewarping.html
MIT License
1.43k stars 238 forks source link

Updates and fixes, working in Python 3.10 #28

Open tachylatus opened 2 years ago

tachylatus commented 2 years ago

This PR includes changes from other forks.

Changes introduced by tachylatus fork:

Tested and working in Python 3.10.0.

Setup:

python -m venv venv310
pip install -r requirements.txt
python page_dewarp.py ./example_input/boston_cooking_a.jpg
sergiocorreia commented 2 years ago

Hi @tachylatus ,

Assuming Matt doesn't have the bandwidth to maintain this repo, would you be willing to maintain a canonical fork that others can point to, and contribute to?