-
Notifications
You must be signed in to change notification settings - Fork 746
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
PixConverter .NET Core support. #463
base: master
Are you sure you want to change the base?
Conversation
Apart from the refactoring (which should've been done as a separate commit or PR) the System.Drawing seems needed. |
So... does that mean you are not going to merge the pull request? |
Not sure whether it is possible to create pull request for pull request, so will just write it here. If this to be merged, NETFULL conditions should probably be removed from the following bitmap-related code too:
|
For anyone in a hurry, use @groogiam's Tesseract_463 in nuget. It seems a forked version of this repo with
Note that the |
FYI I've released a new package called tesseract.Drawing that pairs with
tesseract package to add support for bitmaps.
Does this solve your problems?
Note both are currently prerelease packages, target tesseract 4.1, and
require the vs 16 (2019) C++ runtime.
…On Fri., 18 Oct. 2019, 19:57 YoungjaeKim, ***@***.***> wrote:
For anyone in a hurry, use Tesseract_463 in nuget. It seems a forked
version of this repo with PixConverter applied. I've migrated .Net 4.7 to
Core without any trouble with this.
Install-Package Tesseract_463 -Version 3.3.0.1
Note that the tessdata should be this;
https://github.com/tesseract-ocr/tessdata/releases/tag/3.04.00
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#463?email_source=notifications&email_token=AAB7HSBMTPWIIKT7QO5YR4LQPF3AZA5CNFSM4GYI6Z7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBTN4ZY#issuecomment-543612519>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7HSFKJR3RECWL7EPIV73QPF3AZANCNFSM4GYI6Z7A>
.
|
Allow PixConverter to be used by .NET Standard projects via the System.Drawing.Common nuget package.