B4A Library ANPR with YOLOv8 + OCR (B4A) – rectangles OK, OCR optimized - roberto64    Feb 5, 2026   (11 reactions) OCR
Currently:
✔️ License plate detection is working correctly
✔️ The red rectangle is aligned... continuous OCR
I've optimized the OCR so that it only runs when the license plate is stable for... B4A Library TextRecognitionAndroid - OCR - Johan Schoeman    Aug 15, 2020   (27 reactions) A wrap for this Github project.
1. Jar and XML attached - copy them to your additional libs folder
... B4A Library OCR - Optical Character Recognition with Google Play Services (Android Vision) - Johan Schoeman    Aug 28, 2016   (34 reactions)   tags: OCR This is a wrap for this Github project. It is a SUPER OCR (Optical Character Recognition) app...-design-components.58893/
47307
47308
Click on Detect Text to start the OCR (you can set the flash... B4A Library OCR - Extracting text from a bitmap using the Play Services Vision API - Johan Schoeman    Oct 19, 2017   (22 reactions)   tags: ocr This request comes from here:
https://www.b4x.com/android/forum/threads/ocr-offline-on-screen.84867...="ocr" />)
If you don't have the Android Vision dependencies installed then... B4A Library OCR - OCR Reader Complete - Johan Schoeman    Sep 3, 2016   (24 reactions) .DEPENDENCIES"
android:value="ocr" />
<activity android:name="com.google.android.gms.samples.vision.ocrreader.OcrCaptureActivity"
android:label... B4A Library OCR - MobileVisionText - Johan Schoeman    Aug 19, 2017   (21 reactions) "
android:value="ocr" />
<activity android:name="com.truiton.mobile.vision.ocr.MainActivity">
</activity>)
Take note... B4A Library OCR with Tesseract - Johan Schoeman    Oct 28, 2017   (6 reactions) The purpose of this exercise was to see if OCR via Tesseract performs better/worse than the Vision.... It brings nothing back to the B4A project - it will report the OCR result in a EditText view... B4A Library OCR - NJDude    Aug 5, 2014   (13 reactions) This library will extract text from images via OCR.
Requirements:
1- B4A 3.82.
2- Get an API Key HERE (you need to create an account).
3- Internet connection.
How to install:
- Copy the OCR.jar and OCR.xml to your additional libraries directory.
Usage:
Private myOCR As OCR
myOCR... B4J Library [B4X] xOCR Class - Blueforcer    Oct 31, 2018   (23 reactions)   tags: B4X xOCR OCR Class, Erel, OCR This Class (for B4J, B4A and B4i) uses the ocr.space service to convert scans or (smartphone) images of text documents into editable files by using Optical Character Recognition (OCR) technologies... B4A Library Minimal Text OCR using Google Vision - ruut (first post)    Oct 18, 2017   tags: ocr Hi Xenno,
It would be great if you could extend your code examples a bit. You wrote:
Methods
Initialize(prmEventName As String)
Run(... Page: 1   |