Search found 38 matches: presents

Return to advanced search

LLM metrics - métricas

... la información relevante en el texto y responder a preguntas complejas. Aquí te dejo un ejemplo de MedQA: Texto: "A 45-year-old man presents with a 2-day history of fever, chills, and right upper quadrant abdominal pain. His medical history is significant for hypertension and hyperlipidemia. ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 22

Re: how to scan a barcode presents in a jpeg file

c:\Program Files (x86)\ZBar\bin>zbarimg marco.jpg EAN-13:1234567890128 scanned 1 barcode symbols from 1 images So you can call it using WinExec(), WaitRun(), hb_Run(), etc. and read the output :-) WaitRun( "c:\Program Files (x86)\ZBar\bin>zbarimg " + "marco.jpg" + " &...
by Antonio Linares
Thu Jan 20, 2022 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

It seems as the zbar library already provide several utilities that surely do it automatically, so you just need to run it from your app :-) ZBar Bar Code Reader is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors....
by Antonio Linares
Thu Jan 20, 2022 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

Marco, zbar library for C++: (opencv only supports C++) http://zbar.sourceforge.net/download.html combining opencv and zbar you can do it. Google colab let us quickly test opencv (most examples are in python and C++) and then, once you are satisfied with the results, the code gets po...
by Antonio Linares
Thu Jan 20, 2022 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

Working with a right barcode, and it detects multiple barcodes :-) two lines of code do the magic: frame = cv2.imread( 'marco.jpg' ) barcodes = pyzbar.decode( frame ) it properly detects the right one: 1 1234567890128 EAN13 https://github.com/FiveTechSoft/screenshots/blob/master/opencv_barco...
by Antonio Linares
Thu Jan 20, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

This is a shared google colab doc with the code to review it and run it right there:

https://colab.research.google.com/drive/11afb45vJxBq0pCcwuYxsTP4vfPHHgVDK?usp=sharing

Once you get it running there, then you can call it from Harbour
by Antonio Linares
Wed Jan 19, 2022 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

Marco, You can use the OpenCV (open computer vision) library to do it: https://github.com/dnosit/python-opencv-barcode-automation https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/ Please search for opencv on these forums to review other pos...
by Antonio Linares
Wed Jan 19, 2022 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

hi,

you can use GetPixel() Function to read each Pixel of a Image.
while Barcode have only B/W Result is easy to identify

but it is a very slow Solution
by Jimmy
Wed Jan 19, 2022 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

Do mean that the images will be read and that you want to read the barcode without scanning it with a barcode reader ?
Not seen this in the forum.

Scanning is like Karinha says. We can provide a sample if needed.
by Marc Venken
Wed Jan 19, 2022 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

Para probar, utilice el Keyboard Reader mediante el comando PROMPT, o en cualquier editor de texto tipo EditPad.exe para ver si el código sale intacto en el editor o en el comando PROMPT. To test, use the Keyboard Reader via command PROMPT, or in any text editor type EditPad.exe to see if the code c...
by karinha
Wed Jan 19, 2022 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: how to scan a barcode presents in a jpeg file

Hola, ¿tienes un lector de código de barras de teclado? Si lee, puede usar HBCOMM.LIB para leer cualquier GET.

Hello, do you have a Keyboard Barcode READER? If it reads, you can use HBCOMM.LIB to read any GET.

Regards, saludos.
by karinha
Wed Jan 19, 2022 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

how to scan a barcode presents in a jpeg file

Hi, I have a jpeg file that contains a barcode Is it possible to create a function to which passed the file name as parameter manages to open it and interpret the barcode code? http://www.marcoboschi.it/public/barcode.jpg http://www.marcoboschi.it/public/barcode.jpg m...
by MarcoBoschi
Wed Jan 19, 2022 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Open 3 SQL tables

... I have a mysql table loaded and I need to open two more to save data, but when I try to do an xBrowse with data from the second or third it presents an error.     oRsLOTEAMENTO := oServer:ROWSET("SELECT * FROM loteamentos ORDER BY nome")    oRsSOCIOS     := oServer:ROWSET("SELECT ...
by ctoas
Tue Feb 16, 2021 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 857

Re: RegEnumValue() return error 234

... is working fine using MSVC 64 but it shows nothing" Why regenum with MSVC shows nothing, while with BCC72 shows 8 keys and 8 values presents in my windows register? Try to put: RegOpenKey( HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Run", @hKey )? ...
by marzio
Mon Oct 14, 2019 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue() return error 234
Replies: 7
Views: 1479
Next

Return to advanced search