LynNor1 / PaintByNumber_OCR

Java program to process scanned Nonogram puzzles. Uses OCR to help extract clues. Generates .pbn text files to use with PaintByNumberPro
GNU General Public License v3.0
0 stars 0 forks source link

Add ability to read in .pbn file and update .pbn file #8

Closed LynNor1 closed 3 years ago

LynNor1 commented 3 years ago

You need to be able to specify the starting col or row from the .pbn (in case you're only processing some of the clues). The .pbn data then feeds the ProcessRow_JFrame or ProcessCol_JFrame instead of using the OCR functionality. If you make any changes, then update the .pbn file (or create a new file?)

LynNor1 commented 3 years ago

Completed.