#pytesseract and tesseract
11 messages · Page 1 of 1 (latest)
Project ID: N/A
N/A
but it needs to install the tesseract from google
please provide more information
I need to install a binary in windows or run $brew install tesseract on MAC to be able to use the library pytesseract.
I don't know if it is possible to install it someway in railway, or if I need to have it in a docker, and run everything from there
it looks like it's available as a nix package
add this nixpacks.toml file to your project
[phases.setup]
nixPkgs = ["...", "tesseract"]
That is great. I will test. Thank you
Thank you for marking this question as solved!
Learn more