-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
correct ratio determination for noise estimation #53
base: pdf-metadata-tooling
Are you sure you want to change the base?
correct ratio determination for noise estimation #53
Conversation
This reverts commit 1bf9bce.
Thanks -- I will review this tonight or tomorrow at latest, I'm mostly on the road today. |
The second commit is for solving this error: |
a1137fe
to
e45f84b
Compare
btw, I think I fixed this in 3c20a46 - can you confirm? |
Without resetting up and retesting it I read through the issues to see what we were trying to solve. The issue with the double text (Array) is caused by a segmentation bug in Tesseract which I've tried to crack during my summer holiday. However there's too little testing capacity and core-knowledge at Tesseract to allow core-changes to repair this segmentation, which caused the superior EasyOCR-segmentation to emerge. At the end of my summer holiday this year I tried to get a complete new inversion based on the segmentation of EasyOCR and an algorithm to compare the inner color and the outer color of those found segments for the inversion choice. I unfortunately didn't have the time to mold it into a working product. |
This Christmas Holiday my attention is distracted by new AI programming capabilities of OpenAI Codex, rolling on the ChatGPT-hype. As I'm really bad at Cython programming I'm trying to let Codex make consistent/improve my code for a new context sensitive inverter. I wonder whether there is an other approach for interpreting and segmenting documents at a more intelligent level: https://x-decoder-vl.github.io/ |
I solved issue #52 myself.