일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- YOLOv5
- ironpython
- objectdetection
- Google API
- YOLOv7
- google cloud
- 사무자동화 #Selenium
- pyautogui
- Text-to-Speech
- yolo
- Text To Speech
- pdf merge
- 업무자동화
- DeepLearning
- pypdf2
- 파이썬 #업무자동화 #python
- processstart
- computervision
- pythonnet
- 사무자동화
- Today
- Total
목록전체 글 (107)
Doarchive
Swish Scan : PDF Scanner Scan Master in your pocket , Transform your smartphone into a powerful scanner with Swish Scan! Easy Scan! Text OCR! Share! https://apple.co/44RgxLc Swish Scan : PDF Scanner Swish Scan transforms camera shots into high-quality PDFs. Gone are the days of bulky scanners—your smartphone is all you need. Key Features: * Instant PDF: Use your camera to capture documents and..
1. ValueNotifier란? `ValueNotifier`는 `ChangeNotifier`의 하위 클래스로, 단일 값의 변경을 수신 대상에게 알릴 수 있는 기능을 제공합니다. 즉, `ValueNotifier`는 단순한 값의 변화를 감지하고 이를 수신 대상(예: 위젯)에게 알려줄 수 있는 매커니즘이 포함되어 있습니다. final counter = ValueNotifier(0); 위의 예제에서는 `counter`라는 이름의 `ValueNotifier`를 생성하고 초기값을 0으로 설정했습니다. 2. ValueNotifier 사용하기 2-1 값 업데이트하기 `.value` 속성을 사용하여 값을 변경하면 됩니다. counter.value = 5; 2-2 값 변경 감지하기 `ValueNotifier`의 값 변경..
1. .gitignore 파일생성 2 .gitignore 안에 들어갈 내용 생성 https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for your project www.toptal.com 3.Realm 용 gitignore https://github.com/realm/realm-swift/blob/master/.gitignore
Protocol Buddy : OCR, TCP, UDP - Scan Text & Send via TCP, UDP https://apple.co/3qtuXmm Protocol Buddy : OCR, TCP, UDP Protocol Buddy: Simplifying all things Networking! * Effortless Networking: Quick setup and connection of TCP and UDP servers * Advanced Scanning Technology: Quick data acquisition through text and barcode scanning * Integrated Data Sharing: Instant sha apps.apple.com https://..
안드로이드 스튜디오 에 삼성 갤럭시 디바이스 에뮬레이터 추가하기 1. 삼성 개발자 사이트 접속 https://developer.samsung.com/ Samsung Developers The world runs on you. developer.samsung.com 2. Support - Galaxy Emulator skin 3. 필요한 에듈레이터 스킨 다운로드 3. 다운로드 받은 애뮬레이터 스틴의 압축을 풀어줌 나는 원래 사용하던 에뮬레이터 스킨이 있는곳에 옮겨줬다 맥 기준 경로 : /Users/user-name/Library/Android/sdk/skins 4. 안드로이드 스튜디오 실행 - Device Manager - Create Device 5. New Hardware Device 선택 6. 디바이..
코드 서명(Code Signing) 이란. 애플은 iOS 개발자 프로그램 라이센스 계약서를 통해 개발자는 애플의 승인을 받은 앱만 iOS 장치에서 판매하거나 배포할 수 있게한다 이 과정에서 꼭 필요한게 코드 사이닝 과정으로 이는 iOS와 macOS 앱의 무결성과 신뢰성을 보장하는 작업이다 용어 정리 키체인 (Keychain): 키체인은 애플의 보안 저장소로, 암호, 인증서, 암호화 키 등을 안전하게 저장하는 데 사용됨. 인증서 (Certificate): 인증서는 개발자의 신원을 증명하고, 앱에 서명하는 데 사용됨. 프로비저닝 프로필 (Provisioning Profile): 프로비저닝 프로필은 앱이 설치되고 실행될 수 있도록 하는 파일로, 개발자 계정, 앱 ID, 인증서, 기기 정보 등을 포함 코드 서명..
Build failed due to use of deprecated Android v1 embedding. Exited (1) Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. Android v1 embedding 이 이상 권장되지 않는 기능으로 , 최신 버전의 Android 플랫폼에서는 지원되지 않아 발생 하는 에러임 에러 해결 방법 1. Flutter Project 의 AndroidManifest.xml android:name="io.flutter.app.My..
프로젝트와 파일들을 여러 단계로 정리해 두는 편이라 터미널에서 원하는 폴더 경로까지 들어가기가 너무 귀찮다..... 현재 Finder 경로에서 Terminal 을 여는 단축키를 설정해야겠다... 1. Finder - 서비스 -서비스 설정탭 2. 서비스 - 파일 및 폴더 - 폴더에서 새로운 터미널 탭 열기 더블 클릭하면 다축키를 설정 할수 있다. 그냥 본인에게 편한 단축키로 설정하면 된다 3. 단축키를 사용할땐 들어가고자 하는 경로를 선택한 상태에서 단축키를 눌러준다 경로까지 들어가서 단축키 사용 x
회사에 있는 코클린 프로젝트를 빌드 해보려니 뜨는 수 많은 deprecated method 들.... 'getDefaultDisplay()' was deprecated in API level 30. 'getRealMetrics()' was deprecated in API level 31. getSize() was deprecated in API level 30. Deprecated "windowManager.defaultDisplay.getMetrics(displayMetrics)" display?.getSize(size) getMetrics was deprecated 화면 사이즈 정보를 가져오는 메서드 수정 private fun screenValue() { val displayMetrics = Disp..