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 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. 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. B4A Question ocr library - Johan Schoeman (first post)    Jul 27, 2022 It is an old library and not worth using. From the error that you have posted I guess you might not have added the resource folders to the b4a project as they need to be downloaded separately from the thread and then placed on the same folder level as the /Files and /Objects folders of the b4a proje B4A Question OCR , All Languages ? - trepdas    Jan 31, 2021 OCR - Optical Characters Recognition. Is there any Lib to recognize all types of characters without any of google dependencies ? B4A Question OCR using Google Play Services? - drgottjr (first post)    Mar 05, 2024 both barcode and ocr give you bounding boxes in addition to whatever they are supposed to extract. it's a tool to work with if you're trying to concentrate on some
text or barcode located in a partricular part of the image. ocr was designed to handle book scanning. desktop publishing is a problem Page: 1   2   3   4   5   6   7   Powered by ColBERT |