tesseract: "DotProductAVX can't be used on Android" while running on Windows
I built my project with cppan and then tried to run, and got an error:
Info in pixWriteMemPng: work-around: writing to a temp file
Info in fopenReadFromMemory: work-around: writing to a temp file
DotProductAVX can't be used on Android
After compiling example project - https://github.com/cppan/tesseract_example/tree/master/with_cppan I got same error. Can you please fix it? OS: Windows 7
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 42 (21 by maintainers)
This looks like an error for 32 bit x86 platforms. You can work around it by removing the line
# define X86_BUILD 1fromarch/simddetect.cpp.