Paper-Chart-Extraction-Project / ChartExtractor

ChartExtractor uses computer vision to convert images of paper charts to digital data.
https://paper-chart-extraction-project.github.io/ChartExtractor/
GNU General Public License v3.0
3 stars 1 forks source link

Reorganization #12

Closed RyanDoesMath closed 4 months ago

RyanDoesMath commented 4 months ago

This pull request reorganizes the project by moving four data and image processing related files into a new subfolder src/utilities.

The affected files are:

Additionally, all relevant test files within the tests folder have been updated to reflect the new file locations in the src/utilities subfolder.