khjde1207 / tesseract_ocr

Tesseract OCR for flutter
BSD 3-Clause "New" or "Revised" License
62 stars 31 forks source link

patch optional unwrapping for swift #37

Closed mathewthe2 closed 9 months ago

mathewthe2 commented 11 months ago

Had issues building with swift version 5.7.1. Build is successful after updating the syntax for handling optionals.

khjde1207 commented 9 months ago

Sorry I saw it too late. Thanks for your contribution.