nguyenq / tess4j

Java JNA wrapper for Tesseract OCR API
Apache License 2.0
1.58k stars 372 forks source link

Mac m1 : fat file, but missing compatible architecture (have (i386,x86_64), need (arm64e) #262

Open herou opened 5 months ago

herou commented 5 months ago

Hi all,

When I try build my project using ITesseract I get the issue: fat file, but missing compatible architecture (have (i386,x86_64), need (arm64e)

Can somebody help me?

nguyenq commented 4 months ago

@herou Can you ensure that you run with the latest JNA version? You may need to explicitly specify the JNA version in POM.