-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS #11
Comments
I read better the readme file. Do you accept pull request for iOS? |
Yes, For other platforms I have built libraries form these repositories Windows also needed Use latest versions of these libraries. I you want to add iOS support, please, fork the main branch. I don't have iOS devices myself, so I can't debug myself. I can still try to help if you have any problems. |
@JTrotta, I see you've already forked the project. Were you able to build the libraries for iOS and does it work for you? I am currently struggling to build the libraries without errors. Thanks! |
Hello @FerdiMarti, As said I am not familiar with Apple devices and tools, so I can't probably help much, but here are some links. TessdocYou have probably tried steps from tessdoc? Instructions under title You should be able to pass path parameters to Github actionsCheck also macos test github action, it seems to build the library before running tests. This action also builds with cmake. My build experiencesI also had a lot of problems when building for Android, because up to date information was hard to find. Also Android was missing dependencies like google cpu features. I gathered my Windows and Android build commands to this repository. No macos or ios of course, but sometimes they might help. Hope this has any help to you! |
Hi @henrivain, Thank you for your help and great work with gathering the stuff for Android/ Windows! After many hours of trying last week and looking into multiple build scripts, etc., I was able to build some smaller libraries including Leptonica, but I finally gave up at Tesseract itself. I have no trouble building it for MacOs, but I run into unfamiliar issues for iOS. It is the first time I ever built libraries myself and so I might need to read more about it. The project I need it for is somewhat time critical atm and so I found a different way to solve my problem. Unfortunately, I can't put more work days into building Tesseract right now. I do want to revisit this in some weeks though, because most of the OCR libraries I find for iOS/ MAUI are commercial tools, even though they are probably built on Tesseract. It would be great to have a free, open-source alternative. |
Would you be willing to share how you found a different way to solve your problem? I would like to use an OCR that allows for custom trained data for both iOS and Android devices and I am curious if your solution would allow for the functionality I require. |
Hi @CRebeloCSS, |
Hi @henrivain |
Support added in latest update v1.1.0New supported runtimes
To get started with iOSAdd package to your csproj with package reference <PackageReference Include="TesseractOcrMaui" Version="1.1.0" /> Thanks to @sivanmg who helped with package iOS development |
Will you upgrade this library to use both Andorid & iOS?
Thank you
The text was updated successfully, but these errors were encountered: