mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed OS output, as it didn't display Windows 10.
Fixed version string. Improved OCR and QR code a bit.
This commit is contained in:
parent
bb11899d71
commit
d8f5259fe0
11 changed files with 327 additions and 132 deletions
|
@ -177,9 +177,11 @@ namespace GreenshotPlugin.Core
|
|||
// MoveElements(-cropRectangle.Location.X, -cropRectangle.Location.Y);
|
||||
|
||||
// Offset the OCR information
|
||||
// TODO: Remove invisible lines/words?
|
||||
CaptureDetails.OcrInformation?.Offset(-cropRectangle.Location.X, -cropRectangle.Location.Y);
|
||||
|
||||
// Offset the Qr information
|
||||
// TODO: Remove invisible QR codes?
|
||||
var oldQrResult = CaptureDetails.QrResult;
|
||||
if (oldQrResult != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue