changed TODO

This commit is contained in:
Kabooshki 2024-04-30 10:27:39 -05:00
parent be4808e0fe
commit 349d1ab7b3
1 changed files with 1 additions and 13 deletions

14
TODO
View File

@ -1,14 +1,2 @@
Outline:
start for loop, iterating through files (https://www.geeksforgeeks.org/how-to-iterate-over-files-in-directory-using-python/)
use opencv to grab bottom right corner of image (https://stackoverflow.com/a/58984370)
convert the output to greyscale then binary
use pytesseract image-to-string on output to find page number (saving this to a variable inside the loop)
rename the input file to the page number variable
end loop
improve accuracy