9 Commits

Author SHA1 Message Date
Robert Pösel
843e64033a sample: Set page segmentation mode + show use of getConfidentText() 2024-12-13 20:50:04 +01:00
Robert Pösel
803164454a sample: Avoid copying unrelated assets 2024-12-13 18:03:00 +01:00
Robert Pösel
105db470e0 sample: Fix recycling tessApi while processing is in progress
Calling recycle() while the recognition is in progress will result in crash.
When no recognition is in progress, we recycle the tessApi immediately,
otherwise we set flag to let the processing thread do the recycling.
2023-06-12 14:44:24 +02:00
Robert Pösel
37f7903707 sample: Use tessApi.clear() to free some memory after recognition 2023-06-12 13:35:36 +02:00
Robert Pösel
6ee37bceb4 sample: Extract all assets to easily try different languages/images
Now the Tesseract engine, language and sample image is specified in Config.java
2023-05-27 13:29:22 +02:00
Robert Pösel
7d8b9d6b27 sample: Show Tesseract version and library flavor at startup 2022-11-16 13:08:57 +01:00
Robert Pösel
a81f822174 Change sample app name 2022-11-16 12:18:51 +01:00
Robert Pösel
01c0dedeb8 sample: Show time OCR took to complete 2022-10-21 16:11:07 +02:00
Robert Pösel
113325661b Add sample project 2022-10-18 02:38:26 +02:00