You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
We're working on a multi-platform project (iOS, Android, OS X) and use your project to compile tesseract for Android.
What strikes us is that you made changes to baseapi.h. Would it be possible to still provide the original tesseract API calls, e.g. GetUTF8Text() without a parameter? Adding new functions is fine, but removing the original ones makes life hard for cross-platform developers...
The text was updated successfully, but these errors were encountered:
If some incarnation of support for a monitor (tesseract-ocr/tesseract#27) is merged into Tesseract, then this project will be able to use Tesseract's baseApi class without the customizations.
Let's leave this issue open as a reminder that this is something that needs attention in the meantime.
We're working on a multi-platform project (iOS, Android, OS X) and use your project to compile tesseract for Android.
What strikes us is that you made changes to baseapi.h. Would it be possible to still provide the original tesseract API calls, e.g. GetUTF8Text() without a parameter? Adding new functions is fine, but removing the original ones makes life hard for cross-platform developers...
The text was updated successfully, but these errors were encountered: