CSAFE-ISU / handwriter

Forensic Handwriting Analysis Pipeline in R - Please download our stable version from CRAN using 'install.packages("handwriter")'
GNU Affero General Public License v3.0
24 stars 9 forks source link

Move Python word Splitting Code to New R Package #183

Open stephaniereinders opened 1 week ago

stephaniereinders commented 1 week ago

The Python word splitting code isn't used in the the core handwriter pipeline. The code is used in by another handwriting analysis method that analyzes signatures or individual words. When a package is created for that method, the Python code should be moved to it.