Library 11

library Tesseract - OCR

https://github.com/tesseract-ocr https://github.com/tesseract-ocr/tesseract Install Tesseract via pre-built binary package TESSERACT(1) Manual Page Tesseract at UB Mannheim Windows 테세렉트는 OCR 라이브러로 숫자 제한 없이 폰트를 인식할 수 있도록 훈련이 가능하며, 유니코드문자도 인식할 수 있다. Install # Install sudo apt install tesseract-ocr sudo apt install libtesseract-dev # edit sources.list sudo vi /etc/apt/sources.list Copy the first li..

lang/py 2019.01.24

Workerman Socket Server, Multi Process 및 libevent 폴링 라이브러리

walkor/Workerman PHP Performence On Framework And Event-driven PHP 프레임워크라는 틀을 무시하면, Workerman 이 속도, 기능(Websocket 서버)에 굉장한 매력이 있다. 워크맨 workerman은 고성능 PHP 소켓 서버 프레임 워크로, PHP 다중 프로세스 및 libevent 이벤트를 기반으로 라이브러리를 폴링합니다. PHP 개발자는 하나 또는 두 개의 인터페이스를 구현하는 한 Rpc 서비스, 채팅 서버와 같은 자체 웹 응용 프로그램을 개발할 수 있습니다. 모바일 게임 서버 등등. workerman의 목표는 PHP 개발자가 PHP 소켓 및 PHP 다중 프로세스 세부 정보를 이해하지 않고도 고성능 소켓 기반 응용 프로그램 서비스를보다 쉽게 ​..

lang/php 2018.06.01

CodeIgniter Rest Server Format jsonp,cvs Error

코드이그나이트 REST 서버 포멧 jsonp,cvs 에러 githtb.com codeigniter-restserver REST 라이브리중 결과 포멧 중 JSONP, CVS가 에러나서 에러를 수정했습니다. // Format CSV for output public function to_csv() { $data = (array)$this->_data; // Multi-dimensional array if (isset($data[0]) && is_array($data[0])) { $headings = array_keys($data[0]); } // Single array else { $headings = array_keys($data); $data = array($data); } $output = '"'.imp..

lang/php 2014.12.12
반응형