ryanbarr / harvest-monster

A tool to help you sell Path of Exile Harvest crafts on The Forbidden Trove.
https://www.harvestmonster.com
GNU General Public License v3.0
10 stars 1 forks source link

Allow users to select Page Segmentation mode for Tesseract. #19

Closed ryanbarr closed 2 years ago

ryanbarr commented 2 years ago

Is your feature request related to a problem? Please describe. To improve OCR processing speed based on what type of screenshots are taken, users should be able to select with Tesseract Page Segmentation mode they would like to use.

Describe the solution you'd like Add an "Advanced Settings" section to the Settings page which includes the ability to select various segmentation modes (with instructions). This will likely also require updating the Select component or adding a new DetailedSelect component which multi-line item capabilities.

Describe alternatives you've considered We could instead set the segmentation mode and instruct users to behave a specific way, but empowering users to use the tool the way they want feels like the better route. Furthermore, we could try a different OCR library but it is unlikely to be nearly as good as Tesseract is currently.

Additional context N/A

ryanbarr commented 2 years ago

Resolved with f1cc030