82 Commits

Author SHA1 Message Date
programmerWsy
aa9955d432
docs(readme): add Qwen model interface documentation link 2025-03-28 09:52:43 +08:00
cunninger
7634f61cb9 Merge branch 'main' of https://github.com/Cunninger/ocr-based-qwen 2025-03-26 18:55:12 +08:00
cunninger
ff2d2bf290 fix: update terminology from 'multimodal recognition' to 'OCR text recognition' 2025-03-26 18:54:50 +08:00
programmerWsy
824506d968
docs(readme): add prompt engineering guide supplement 2025-03-25 12:55:00 +08:00
programmerWsy
27aa5e9563
docs: update project showcase image in README 2025-03-22 09:19:59 +08:00
cunninger
95d8f03c48 Add token expiration time display below the Token input field 2025-03-22 09:07:17 +08:00
programmerWsy
b16e2aa34a
docs(images): Update example screenshots in the documentation 2025-03-21 21:26:36 +08:00
programmerWsy
57e5a62ca7
docs(cookie): Add two new cookie examples to README for user reference 2025-03-21 21:24:44 +08:00
programmerWsy
0f5a1dd3ce
Update README.md 2025-03-18 09:35:09 +08:00
programmerWsy
4985cd8ddd
Update README.md 2025-03-18 09:34:02 +08:00
programmerWsy
82c3699e38
Update README.md 2025-03-11 19:39:56 +08:00
programmerWsy
e66d2f91a6
Update README.md 2025-03-11 19:33:24 +08:00
cunninger
2a56afaaf5 feat: upgrade model to qwen-max-latest and update code references 2025-03-11 19:26:34 +08:00
programmerWsy
77be3dfafe
Update README.md 2025-02-15 22:30:34 +08:00
programmerWsy
ec1d399736
Update README.md 2025-02-15 22:27:12 +08:00
programmerWsy
4543258c1f
Update README.md 2025-02-15 19:00:10 +08:00
cunninger
9ce7d47b8a fix: encode custom prompt to handle non-ASCII characters in request headers v1.1.0 2025-02-15 10:51:22 +08:00
programmerWsy
69629b1eb3
Update README.md 2025-02-15 10:39:50 +08:00
programmerWsy
09526242ff
Update README.md 2025-02-15 10:36:40 +08:00
cunninger
d2b6d7bd3f Add custom prompt feature with advanced/raw mode support 2025-02-15 10:30:09 +08:00
programmerWsy
2637226c23
Update README.md v1.0.0 2025-02-15 09:49:03 +08:00
programmerWsy
f638c5d65e
Update README.md 2025-02-13 13:48:59 +08:00
programmerWsy
6bd52ea74a
Update README.md 2025-02-13 13:47:19 +08:00
cunninger
4e55b325e0 feat: add "Get Cookie" button next to GitHub icon
- Introduced a new green "Get Cookie" button to the UI.
- Positioned the button to the right of the history button for easy access.
- Implemented functionality to open the URL `https://chat.qwenlm.ai` in a new tab when the button is clicked.
- Enhanced user experience by providing a direct link for users to obtain their cookie.
2025-02-13 13:15:20 +08:00
programmerWsy
2f8f57ade7
Update README.md 2025-02-13 09:20:15 +08:00
programmerWsy
ad532bd994
docs: update API endpoint examples 2025-02-10 12:15:24 +08:00
programmerWsy
9c6745fcf5
docs: update API endpoint examples and usage notes 2025-02-10 12:02:12 +08:00
programmerWsy
d7e0bf4106
docs: update API endpoint examples and usage notes 2025-02-10 11:54:33 +08:00
cunninger
bee8754e24 feat: enhance API implementation and add documentation
- Added detailed comments to API endpoint implementations for clarity.
- Ensured consistent error handling across all endpoints with standardized JSON responses.
- Implemented unit tests for API endpoints to verify functionality.
- Updated constants and added comments for better understanding of parameters.
- Ensured code logic aligns with the updated README documentation.
2025-02-10 11:48:05 +08:00
programmerWsy
f825b18d88
Update README.md 2025-02-10 10:06:48 +08:00
Cunninger
3f32cb4de2 fix(cookie): resolve hardcoded cookie issue (oversight fix) 2025-02-04 00:31:30 +08:00
Cunninger
989bb531f9 update readme about cookie 2025-02-03 15:03:19 +08:00
programmerWsy
1c25f0d70d
Update README.md 2025-02-03 14:43:38 +08:00
Cunninger
061d05dfe8 refactor(api): update authentication and request parameters for enhanced compatibility
- Replace token-based authentication with cookie-based authentication for improved security and usability
- Add support for chat_type field in both request body and content object to align with updated API requirements
- Ensure prompt content remains unchanged while adapting to the new interface specifications
- Update frontend interface to include a dedicated field for cookie input under Token management
This change ensures seamless integration with the updated API while maintaining backward compatibility and user experience.
2025-02-03 14:39:25 +08:00
Cunninger
ec554bc93a refactor(api): update authentication and request parameters for enhanced compatibility 2025-02-03 14:31:27 +08:00
Cunninger
77997c592e Fix some symbol issues at line 1221 2025-02-02 21:17:52 +08:00
Cunninger
6f6383a31f Update vision model to qwen2.5-vl-72b-instruct
- Upgraded model version to qwen2.5-vl-72b-instruct
- Updated configuration files to support the new model
- Fixed compatibility issues related to the new model
2025-01-28 07:59:11 +08:00
programmerWsy
bfc1a28fc4
Update README.md 2025-01-25 10:29:23 +08:00
Cunninger
09905c0990 Merge branch 'main' of https://github.com/Cunninger/ocr-based-qwen 2025-01-24 21:17:09 +08:00
Cunninger
6b75d87808 Fix CORS policy issue for fetch request
- Resolved the CORS policy error when accessing 'https://chat.qwenlm.ai/api/v1/files/' from 'https://ocr.doublefenzhuan.me'.
- Added 'Access-Control-Allow-Origin' header to the server response to allow cross-origin requests.
- Alternatively, set the request mode to 'no-cors' if an opaque response is acceptable.

This change ensures that the fetch request can be made without being blocked by CORS policy restrictions.
2025-01-24 21:16:25 +08:00
programmerWsy
c49f1d6598
Update README.md 2025-01-24 18:48:55 +08:00
programmerWsy
8110a8b752
Update README.md 2025-01-18 14:55:26 +08:00
Cunninger
d8eb58b88f style: adjust layout and styling for better alignment 2025-01-18 14:54:38 +08:00
Cunninger
7da3c8e81b fix: display image correctly in recognition history when input from URL 2025-01-18 14:43:58 +08:00
Cunninger
b38a40911b chore: add github link 2025-01-18 14:34:47 +08:00
Cunninger
4dc33f25ba Merge branch 'main' of https://github.com/Cunninger/ocr-based-qwen 2025-01-18 14:13:34 +08:00
Cunninger
5a9630ca94 chore: add favicon to the website 2025-01-18 14:12:48 +08:00
programmerWsy
9eee66ae9a
Update README.md 2025-01-18 12:30:43 +08:00
programmerWsy
235394180e
Update README.md 2025-01-18 12:29:14 +08:00
Cunninger
87dcdd9928 Merge branch 'main' of https://github.com/Cunninger/ocr-based-qwen 2025-01-18 12:25:09 +08:00