sirfz / tesserocr

A Python wrapper for the tesseract-ocr API
MIT License
2.02k stars 255 forks source link

add aarch64 wheels #330

Closed nijel closed 1 year ago

nijel commented 1 year ago

Test build at https://github.com/nijel/tesserocr/actions/runs/6403475167

Not ready to merge because tesseract fails to build, this has been already fixed upstream in https://github.com/tesseract-ocr/tesseract/commit/d7c071197e771263e923b731af05302a7e68efbd, but it is not yet released.

betaboon commented 1 year ago

yep i actually intended to include aarch64 build via qemu back then. but the runtime is just painful.

There have been discussions about github providing native aarch64 runners in this issue.

someone in there mentioned buildjet which provides (paid) aarch64 runners usable for github-actions tho.

nijel commented 1 year ago

Rebased on top of https://github.com/sirfz/tesserocr/pull/331 and triggered build at https://github.com/nijel/tesserocr/actions/runs/6428199315, hopefully it won't fail again :-).

betaboon commented 1 year ago

looks good. awesome :)

sirfz commented 1 year ago

awesome @nijel, thank you!

nijel commented 1 year ago

Is there anyting else needed from me to get this merged (and released)?

sirfz commented 1 year ago

v2.6.2 released