changed todo
This commit is contained in:
parent
5e505560cb
commit
87adb16781
6
TODO
6
TODO
|
@ -2,9 +2,7 @@ Outline:
|
|||
|
||||
recursively look for all .jpg files and store them somewhere (maybe in an array?)
|
||||
|
||||
start while loop (might make this a for loop per: https://www.geeksforgeeks.org/how-to-iterate-over-files-in-directory-using-python/)
|
||||
|
||||
store current image (path probably) in a variable
|
||||
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)
|
||||
|
||||
|
@ -14,7 +12,5 @@ use pytesseract image-to-string on output to find page number (saving this to a
|
|||
|
||||
rename the input file to the page number variable
|
||||
|
||||
iterate through the list/array of .jpg files (https://www.geeksforgeeks.org/how-to-iterate-over-files-in-directory-using-python/)
|
||||
|
||||
end loop
|
||||
|
||||
|
|
Loading…
Reference in New Issue