puthurr/ocrlayout

Arm architecture

Opened this issue · 2 comments

Hello, I want to install this package on Nvidia Jetson but it;s arm. Is there any other way I could use this functionality?

Python is supported on ARM so it should work fine https://developer.arm.com/solutions/infrastructure/developer-resources/languages-and-libraries/python

This package doesn't use or shouldn't use platform related dependencies. Its only dependency is Numpy.

Did you try to install it and encountered some failures ?

Happy to help troubleshooting.

Found some resources
https://developer.arm.com/solutions/infrastructure/developer-resources/languages-and-libraries
https://automaticaddison.com/how-to-write-a-python-program-for-nvidia-jetson-nano/
https://www.balena.io/docs/learn/getting-started/jetson-nano/python/

@puthurr Yea, I get an error when trying to install with "pip install ocrlayout". It says "No matching distribution found for ocr layout".