Can you help me? Creating an app that reads numbers and creates barcodes in real time via camera.gives the screen divided into two parts, in the upper part is the scanning and in the lower part is the creation of the barcode. Thank you...
TIMAI2
February 24, 2025, 11:07am
2
You need an OCR extension to capture the text from an image
ML Kit Text Recognition
An extension that enables the use of ML Kit Text Recognition v2 API for offline text recognition.
Extension relies on Google Play Services to download the text recognition modules. Only Latin format is currently being supported by the extension.
Blocks
[Google Play Services Available]
Returns true if Google Play Services are installed, they are required for the extension to work
[CheckModulesAvailability]
Checks if the text recognition modo…
Hello everybody,
for my project I needed to convert images to text. I read the forum tutorials, but at the end I decided to write an extension.
For this purpose I used the API of ocr.space .
First step You have to register to have your free api key.
[fromfile]
To get the text from a file in your phone
objectLocation: the file path in your phone
apiKey: your Api Key provided by OCRSpace
language: Language used for OCR (on ocr.space website you find the possible values)
fileType: supporte…
Then you need to extract the text you need for the barcode, use the text blocks for this.
Then you could use a barcode font to create the barcode (you may need to capture that image), or another barcode/qrcode maker