mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-24 13:16:15 +08:00
Adds subsection to Android, noting using bad as an alternative when building tesseract for Android.
parent
ee7e297a4c
commit
af771073f8
12
Compiling.md
12
Compiling.md
@ -462,6 +462,18 @@ Tesseract Open Source OCR Engine v4.1.0 with Leptonica
|
||||
0m05.61s real 0m05.37s user 0m00.23s system
|
||||
```
|
||||
|
||||
## Alternative
|
||||
|
||||
Another method of compiling is using the project [Building for Android with Docker](https://github.com/rhardih/bad), which at the time of writing can produce shared libraries for the following versions and architectures:
|
||||
|
||||
| Arch \ Version | 3.02.02 | 3.05.02 | 4.0.0 | 4.1.0 |
|
||||
|----------------|---------|---------|-------|-------|
|
||||
| armv7-a | ✔ | ✔ | ✔ | ✔ |
|
||||
| arm64-v8a | ✖ | ✔ | ✔ | ✔ |
|
||||
| x86 | ✔ | ✔ | ✔ | ✔ |
|
||||
|
||||
Compilation of dependent libraries, **leptonica** and **tiff**, are included and handled as well.
|
||||
|
||||
# Common Errors
|
||||
|
||||
* To fix this error
|
||||
|
Loading…
Reference in New Issue
Block a user