rebook icon indicating copy to clipboard operation
rebook copied to clipboard

A collection of tools for cleaning up book scans.

Results 13 rebook issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [joblib](https://github.com/joblib/joblib) from 0.15.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello, I tested your code and found that the alignment loss function failed to function and failed to realize the up-down perspective deformation

Hi, I tested your dewarp.py and found that the dewarped image is cropped, like below: ![ZY_1](https://user-images.githubusercontent.com/22359737/131245287-c27b4cdb-5071-46e4-bbb7-af91e68febdf.jpg) ![ZY_1_0_rebook](https://user-images.githubusercontent.com/22359737/131245311-693946c9-d8b1-41f2-be94-4140907efbb6.png) I hope the result should be like this: ![ZY_1](https://user-images.githubusercontent.com/22359737/131245329-b90ffdd1-8984-43a0-858e-d402aec44293.jpg) I want to keep...

https://github.com/phulin/rebook/blob/177daa7c5fe20354888ebc76b300e87f3adcb918/newton.pyx#L78 Hi, I just found that in this line, you use `u_minus` and `u_plus`, so I guess `t` should be `0.99 * t` and `1.01 * t` (rather than `0.01`)?

Hi, I found that you've tried to use the vertical vanishing point to give a good guess of the initial rotation vector. Although you eventually commented out the `theta_0` computed...

> block.py contains some text-structuring stuff. I intended to use this as a replacement for the current text-line detection system, but I haven't been able to get it to work....