Xcodeで手書き機能を実装1 ACEDrawingViewライブラリを使ってxcodeで手書き機能を追加 Posted on April 10, 2021 | 1 minutes | 93 words | HPcoster https://dev.classmethod.jp/articles/oss_acedrawingview/ 導入の流れ podを使ってライブラリを導入 -> viewを作ってそのclassにdrawingViewを設定する(これだけで文字を書くところまで [Read More] xcode swift ACEDrawingView 手書き pod
SwiftyTesseract実装メモ1 SwiftyTesseractを使ってOCR機能を実装する Posted on April 10, 2021 | 2 minutes | 524 words | HPcoster 公式ドキュメント https://github.com/SwiftyTesseract/SwiftyTesseract#recognition-results 学習済みデータ https://github.com/tesseract-ocr/tessdata_best この文書作成時点での最新verでも問題なく動作。 ただし日本語に関しては今の所ひらがな手書きしか確認していな [Read More] SwiftyTesseract OCR 文字認識 xcode swift pod
AppStoreの多言語化 unityで作ったゲームアプリのAppStore分を初めて多言語化した話 Posted on March 17, 2021 | 1 minutes | 492 words | HPcoster なんとかなるだろの精神で初めて多言語化したのですが、 xcodeにlocalizeしたときの設定がなくなってしまった上に結構忘れてしまったので [Read More] localize unity ios xcode appstore