Skip to content

Commit

Permalink
update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-morin committed Jan 29, 2024
1 parent c99894a commit 41ad7f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![ArcorOCR](./public/pdf_128.png)

# [ArcorOCR.com](https://ArcorOCR.com) | PDF OCR for the OCR-less
# [ArcorOCR.com](https://ArcorOCR.com) Frontend | A simple PDF OCR for the OCR-less

A simple PDF OCR overlay tool with a public web page.

Expand All @@ -23,7 +23,7 @@ Additional:
- CI/CD:
This should be easy to update/deploy changes to production quickly

## Implemented
## Implemented:
(Scope: **frontend**)
- Speed:
The frontend is running in a docker container with sufficient resources
Expand Down
3 changes: 2 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ input {
}

.App-inner {
border-radius: 75px;
/* border-radius: 75px; */
border-radius: 55px;
/* background-color: rgb(216, 237, 255); */
background-color: rgb(186, 222, 255);
/* padding: 50px; */
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react';
import React, { useState } from 'react';
import './App.css';
import Header from './components/Header';
import UploadButton from './components/UploadButton';
Expand Down

0 comments on commit 41ad7f2

Please sign in to comment.