From 349d1ab7b307e49607a87e72da71381e4fdd7b77 Mon Sep 17 00:00:00 2001 From: Kabooshki Date: Tue, 30 Apr 2024 10:27:39 -0500 Subject: [PATCH] changed TODO --- TODO | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/TODO b/TODO index 20ea696..bd382c0 100644 --- a/TODO +++ b/TODO @@ -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