Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brownbeardeveloper authored Jun 1, 2024
1 parent 038ad0e commit b1c6323
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ This application contains the following pages:
- **404 page**

### Key Functions
- File reader**: Handles everything related to uploading files
- Folder translator**: Manages the conversion from Braille to text
- Filter sentence**: Filters out unnecessary sentences by returning null if the text consists only of specific Braille characters to skip, unless it contains certain Braille symbols to not skip
- Filter page**: Adjusts the page index to skip unnecessary pages such as those with less than a quarter of text, publisher information, or back cover text
- **File reader**: Handles everything related to uploading files
- **Folder translator**: Manages the conversion from Braille to text
- **Filter sentence**: Filters out unnecessary sentences by returning null if the text consists only of specific Braille characters to skip, unless it contains certain Braille symbols to not skip
- **Filter page**: Adjusts the page index to skip unnecessary pages such as those with less than a quarter of text, publisher information, or back cover text
- **Cookie manager**: Handles everything related to cookies

## Known errors

- <strike>Router didn't work properly in the Static Web App</strike> (resolved with useNavigate).
- <strike>a tags in the header could not be tabbed </strike> (resolved by using buttons instead of a tags).
- <strike>It couldn't upload files in Chrome</strike> (resolved by setting "useFsAccessApi: false" in dropzone settings).
- <strike>It couldn't upload files in Chrome</strike> (resolved by setting "useFsAccessApi: false" in dropzone settings).

0 comments on commit b1c6323

Please sign in to comment.