thomasgruebl / rusty-tesseract

A Rust wrapper for Google Tesseract
MIT License
124 stars 14 forks source link

which Tesseract should I use? #18

Closed Raj2032 closed 2 months ago

Raj2032 commented 2 months ago

Hi I am a bit confused with this crate and the other tesseract crate:

https://crates.io/crates/tesseract

which one should I use?

thomasgruebl commented 2 months ago

Hi, the two crates have been developed independently from each other. You may use either one, whichever works best for you.

Raj2032 commented 2 months ago

@thomasgruebl Thanks mate and I want to know some things, in your current crate:

  1. this is just a bindings to tesseract library?
  2. Is your crate still maintained?
  3. Is it fast on a raspberry pi and alternative mini computers using risc-v processors?
thomasgruebl commented 2 months ago
  1. Yes
  2. Yes
  3. This has not been tested, but I would say it should be reasonably fast.
Raj2032 commented 2 months ago

@thomasgruebl THanks mate