Closed wes-brooks closed 2 years ago
Thanks so much Wes. This is very helpful and a lot of work on your part to generate the enums, amongst other things. I've merged the changes and also built on them to also continue to support tesseract versions 3 and 4. Again, a big thank you!
Thanks, Duncan! The enumerators are pretty simple now - everything has been moved into the header file publictypes.h and so ll I had to do was read through that list and see the nothing had changed since the earlier versions: https://github.com/tesseract-ocr/tesseract/blob/main/include/tesseract/publictypes.h
-W
On Mar 8, 2022, at 11:16 AM, Duncan Temple Lang @.**@.>> wrote:
Thanks so much Wes. This is very helpful and a lot of work on your part to generate the enums, amongst other things. I've merged the changes and also built on them to also continue to support tesseract versions 3 and 4. Again, a big thank you!
— Reply to this email directly, view it on GitHubhttps://github.com/duncantl/Rtesseract/pull/15#issuecomment-1062115986, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAGDBYBLO2KI6LFS4DFLB23U66RQDANCNFSM5QEC7EWA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>
Fixes a problem (Issue #14) caused by the removal of proprietary types from tesseract 5.0 like
GenericVector
andSTRING
.