Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrizan/ocr-example
https://github.com/andrizan/ocr-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrizan/ocr-example
- Owner: andrizan
- Created: 2023-12-07T07:09:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T07:14:48.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:28:38.742Z (9 months ago)
- Language: Go
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enable GCC
```
go env CGO_ENABLED //if 0 set to 1
export CGO_ENABLED=1
```# Ubuntu
```
sudo apt install build-essential libtesseract-dev
wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
sudo mv eng.traineddata /usr/share/tesseract-ocr/4.00/tessdata/eng.traineddata
```