Skip to content

Commit

Permalink
feat: cleanup + fix + extractor for image & doc
Browse files Browse the repository at this point in the history
app is able to:
  make a quiz from image/doc content
  make a quiz that includes single/double quotes with no crash/error
  caused by parsing json
  • Loading branch information
ImraneAabbou committed Nov 9, 2024
1 parent 9623edb commit 84113be
Show file tree
Hide file tree
Showing 25 changed files with 1,675 additions and 515 deletions.
Binary file added eng.traineddata
Binary file not shown.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
serverExternalPackages: ["tesseract.js"],
images: {
domains: ["lh3.googleusercontent.com", "avatars.githubusercontent.com"],
},
Expand Down
Loading

0 comments on commit 84113be

Please sign in to comment.