File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.2] - 2024-03-21
9
+
10
+ ### Changed
11
+ - Improved package structure and imports
12
+ - Enhanced error handling in OCR processing
13
+ - Updated documentation with usage examples
14
+
15
+ ### Fixed
16
+ - Resolved import issues for package installation
17
+ - Further improvements to Windows Tesseract PATH handling
18
+
8
19
## [ 0.1.1] - 2024-03-21
9
20
10
21
### Fixed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mcp-ocr"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " MCP server for OCR functionality using Tesseract"
5
5
readme = " README.md"
6
6
requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments