#Flyme8.x de ekrandaki görselde basılı tutunca ocr işlemi uyguluyor. Link, iban, tel no gibi içerikler ekran görüntüsü olarak gelince kolayca yazıya çevirip almak güzel bir şey. Diğer cihazlarda buna benzer özellik var mı? @umtk belki siz bilirsiniz

BeğenFavori PaylaşYorum yap
Önceki yorumları gör 6 / 10

Meizu 16th Flyme 8.1 CN A sürüm

BeğenFavori PaylaşYorum yap

#OtoSeyir #Koenigsegg Jesko Absolut ve Gemera modellerini tanıttı.

Jesko Absolut

0.278 cd drag coefficient
1600hp @E85 fuel and 8500 rpm
150kg downforce
aimed at top speed

Gemera

world's first gt hypercar 4 seat
2.0 liter 3 cylinder 600hp @7500 rpm ice + 2x500hp and 1x400hp e-motors
1000 km range
freevalve and direct-drive tech

https://www.youtube.com/watch?v=k4C6mwA-fAA&feature=youtu.be

The Show Must Go On - Koenigsegg #GIMS2020

The Geneva International Motor Show 2020 just got cancelled. In the spirit of the Ghost Squadron - The Show Must Go On. So, we decided to not tear down our s...
BeğenFavori PaylaşYorum yap

#YouTube add to queue özelliğini ekledi sonunda! eklentilerle uğraşmaktan bıkmıştım böyle iyi oldu.

BeğenFavori PaylaşYorum yap

#Windows10ipuçları #Windows10 Mobile Hotspot açılışta otomatik çalışması için notepad açıp Add-Type -AssemblyName System.Runtime.WindowsRuntime
$asTaskGeneric = ([System.WindowsRuntimeSystemExtensions].GetMethods() | ? { $_.Name -eq 'AsTask' -and $_.GetParameters().Count -eq 1 -and $_.GetParameters()[0].ParameterType.Name -eq 'IAsyncOperation`1' })[0]
Function Await($WinRtTask, $ResultType) {
$asTask = $asTaskGeneric.MakeGenericMethod($ResultType)
$netTask = $asTask.Invoke($null, @($WinRtTask))
$netTask.Wait(-1) | Out-Null
$netTask.Result
}
Function AwaitAction($WinRtAction) {
$asTask = ([System.WindowsRuntimeSystemExtensions].GetMethods() | ? { $_.Name -eq 'AsTask' -and $_.GetParameters().Count -eq 1 -and !$_.IsGenericMethod })[0]
$netTask = $asTask.Invoke($null, @($WinRtAction))
$netTask.Wait(-1) | Out-Null
}

$connectionProfile = [Windows.Networking.Connectivity.NetworkInformation,Windows.Networking.Connectivity,ContentType=WindowsRuntime]::GetInternetConnectionProfile()
$tetheringManager = [Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager,Windows.Networking.NetworkOperators,ContentType=WindowsRuntime]::CreateFromConnectionProfile($connectionProfile)
if ($tetheringManager.TetheringOperationalState -eq 1)
{
"Hotspot is already On!"
}
else{
"Hotspot is off! Turning it on"
Await ($tetheringManager.StartTetheringAsync()) ([Windows.Networking.NetworkOperators.NetworkOperatorTetheringOperationResult])
}

kodunu yapıştırıp hotspot.ps1 adıyla C:\ dizinine kaydedip Görev Zamanlayıcıda
Yeni görev oluştur->Tetikleyiciler(herhangi kullanıcı oturum açtığında)->Eylem(powershell.exe -windowstyle hidden -ExecutionPolicy Bypass C:\hotspot.ps1)
yapıp kaydedince oturum açıldığında Mobile Hotspot otomatik açılacaktır.

BeğenFavori PaylaşYorum yap

C++ için OpenCV, TesseractOCR ve Leptonica liblerini kaynak koddan derledim. Qt ile kullanmaya hazır.
OpenCV(vc15_x64,mingw_x64,unix_gcc_x64)->http://bit.ly/opencv41
TesseractOCR(vc15_x64)->http://bit.ly/tesseract41
Leptonica(vc15_x64)->http://bit.ly/leptonica178

BeğenFavori PaylaşYorum yap

@umtk Gittigidiyorda Meizu 16th 6/64 2.491,00 TL, 16th 8/128 2.801,00 TL, 16Xs 128 2.693,00 TL ve Realme 3 Pro 6/128 2.199,00 TL olmuş. Fiyatlar fena değil gibi bir de kazananlar kulübü üyeleri için ekstra indirimler de var.

BeğenFavori PaylaşYorum yap