ocrad.js
OCR in Javascript via Emscripten
파일 탐색기
최종 버전 다운로드 (.zip)- hask.jpg
- message.png
- numbers.png
- StarWars.mp4
- file.html
- location.html
- numbers.html
- simple.html
- url.html
- webcam.html
- app.js
- test.png
- ocrad.1
- ocrad.info
- ocrad.texi
- check.sh
- test.ouf
- test.pbm
- test.txt
- test_utf8.txt
- arg_parser.cc
- arg_parser.h
- AUTHORS
- bitmap.cc
- bitmap.h
- blob.cc
- blob.h
- ChangeLog
- character.cc
- character.h
- character_r11.cc
- character_r12.cc
- character_r13.cc
- common.cc
- common.h
- config.status
- configure
- configure.orig
- configure.rej
- COPYING
- feats.cc
- feats.h
- feats_test0.cc
- feats_test1.cc
- histogram.h
- INSTALL
- iso_8859.cc
- iso_8859.h
- main.cc
- Makefile
- Makefile.in
- mask.cc
- mask.h
- NEWS
- ocrad.png
- ocradcheck.cc
- ocradlib.cc
- ocradlib.cc.orig
- ocradlib.cc.rej
- ocradlib.h
- ocradlib.h.orig
- ocradlib.h.rej
- page_image.cc
- page_image.h
- page_image_io.cc
- profile.cc
- profile.h
- rational.cc
- rational.h
- README
- rectangle.cc
- rectangle.h
- segment.cc
- segment.h
- textblock.cc
- textblock.h
- textline.cc
- textline.h
- textline_r2.cc
- textpage.cc
- textpage.h
- track.cc
- track.h
- ucs.cc
- ucs.h
- user_filter.cc
- user_filter.h
- diff.patch
- generate.py
- post.js
- pre.js
- build.sh
- CHANGELOG.md
- demo.html
- LICENSE
- ocrad.js
- package.json
- README.md
- worker.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/antimatter15/ocrad.js
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ocrad.js
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
cd ocrad-0.25
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
