Skip to content

This project is created to extract text from a Dni (National Identity Document) in Perú.

Notifications You must be signed in to change notification settings

Gabriel-Villa/image-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests

  1. Clone repo:
git clone git@github.com:Gabriel-Villa/image-to-text.git

2: Change directory && install dependencies composer.json

cd image-to-text &&
docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php82-composer:latest \
    composer install --ignore-platform-reqs
  1. Create .env
cp .env.example .env  
  1. Start sail without cache , if you dont have any images of sail php version 8.2 just run sail up
sail build --no-cache &&
sail up -d
  1. Generate key
sail php artisan key:generate
  1. Run migrations
sail php artisan migrate:fresh
  1. Install dependencies package.json && run
sail npm i &&
sail npm run dev

About

This project is created to extract text from a Dni (National Identity Document) in Perú.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published