thomasgruebl / rusty-tesseract

A Rust wrapper for Google Tesseract
MIT License
124 stars 14 forks source link

Changed dpi, psm and oem to Option #11

Closed vininew921 closed 11 months ago

vininew921 commented 11 months ago

I currently have a use case that the dpi argument should not be set.

This PR changed dpi, psm and oem from i32 to Option<i32>.

thomasgruebl commented 11 months ago

Looks great, thanks!