B4A Library OCR - Optical Character Recognition with Google Play Services (Android Vision) - Johan Schoeman    Aug 28, 2016   (34 reactions) 47309
Touch any of the highlighted blocks of text - I have clicked on the big block:
47310
Just another sample of the OCR capability:
47311
Can do some mods to bring back info to the B4A project via an event from the library....
Sample Code:
#Region Project Attributes
#ApplicationLabel: b B4A Library OCR - Extracting text from a bitmap using the Play Services Vision API - Johan Schoeman    Oct 19, 2017   (22 reactions) This request comes from here:
https://www.b4x.com/android/forum/threads/ocr-offline-on-screen.84867/#post-538774
The attached project extracts text from a bitmap that you can pass to the library making use of the Android Vision API.
Sample code:
#Region Project Attributes
#ApplicationLabel: b B4A Library OCR - MobileVisionText - Johan Schoeman    Aug 19, 2017   (21 reactions) This is a "shortcut" wrap for this project. I have zipped the complete B4A project (and it includes the aar, jar, and xml files). Copy the aar, jar, and xml files to your additional library folder.
The zipped project is here:
https://drive.google.?usp=sharing
Libraries enabled:
58790 B4A Library OCR - OCR Reader Complete - Johan Schoeman    Sep 03, 2016   (24 reactions) For example:
Activity.LoadLayout("main")
avocr.Initialize("avocr")
avocr.OCRtextColor = Colors.Yellow 'the color of the text while OCR takes place
avocr.OCRtextSize = 30.0 'the size of the text while B4A Question OCR - Foreign Languages .is it already exists? - drgottjr (first post)    May 20, 2022   (1 reaction) nothing has changed for us since your last visit. which is to say, there are no
on device ocr solutions for us that can recognize the character sets you mention.
the latest api (ml kit) from google offers chinese character recognition (currently beta) in addition
to latin characters, but no hebrew B4A Example OCR OFFLINE - Tesseract - joilts    Aug 28, 2015   (10 reactions) The files to many languages can be found here or at google project page. I have download this one for my test example.
Here is the code I used. My test phone is a S4.
Hope it helps. B4J Library [B4X] xOCR Class - Blueforcer    Oct 31, 2018   (22 reactions) 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. It uses state-of-the-art modern OCR software. The awesome recognition quality is comparable to commerc B4A Question [SOLVED] OCR - MobileVisionText - Erel (first post)    Mar 15, 2020   (1 reaction) The error is not related to OCR. It is related to an unjetified version of AppCompat. Download the library again and copy all files to the additional libs folder. Make sure that there is no copy of AppCompat in the internal folder. Spanish Escaner OCR desde cámara - josejad (first post)    Jul 04, 2022   (2 reactions) Hola aja:
En español no hay nada creo. Si pones OCR en el buscador salen varias opciones. Yo no he probado ninguna, no sé si habrá algún usuario que haya probado alguna.
saludos, B4J Question Recognize playing cards using opencv - jroriz (first post)    Oct 31, 2022   (1 reaction) The point is: OCR has become a problem due to the constant updates of the apps and also because the solution I developed (a HUD to help players make decisions) is for many different poker platforms. In two of them the cards are arranged at an angle of up to 45 degrees!
That's why I would like to us Page: 1   2   3   4   5   6   7   Powered by ColBERT |