Skip to content

Commit ab5173c

Browse files
committed
Update to v19.3
1 parent c3a034a commit ab5173c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7392
-160
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Large diffs are not rendered by default.

asposepdfcloud/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
from .models.cap_style import CapStyle
4141
from .models.caption_position import CaptionPosition
4242
from .models.caret_symbol import CaretSymbol
43+
from .models.cell_recognized import CellRecognized
4344
from .models.color import Color
4445
from .models.color_depth import ColorDepth
4546
from .models.compression_type import CompressionType
@@ -80,9 +81,11 @@
8081
from .models.pdf_a_type import PdfAType
8182
from .models.point import Point
8283
from .models.poly_intent import PolyIntent
84+
from .models.position import Position
8385
from .models.raster_images_saving_modes import RasterImagesSavingModes
8486
from .models.rectangle import Rectangle
8587
from .models.rotation import Rotation
88+
from .models.row_recognized import RowRecognized
8689
from .models.segment import Segment
8790
from .models.shape_type import ShapeType
8891
from .models.signature import Signature
@@ -193,10 +196,18 @@
193196
from .models.stamp_annotation_response import StampAnnotationResponse
194197
from .models.stamp_annotations import StampAnnotations
195198
from .models.stamp_annotations_response import StampAnnotationsResponse
199+
from .models.stamp_base import StampBase
200+
from .models.stamp_info import StampInfo
201+
from .models.stamps_info import StampsInfo
202+
from .models.stamps_info_response import StampsInfoResponse
196203
from .models.storage_exist_response import StorageExistResponse
197204
from .models.strike_out_annotation_response import StrikeOutAnnotationResponse
198205
from .models.strike_out_annotations import StrikeOutAnnotations
199206
from .models.strike_out_annotations_response import StrikeOutAnnotationsResponse
207+
from .models.table_recognized import TableRecognized
208+
from .models.table_recognized_response import TableRecognizedResponse
209+
from .models.tables_recognized import TablesRecognized
210+
from .models.tables_recognized_response import TablesRecognizedResponse
200211
from .models.text_annotation_response import TextAnnotationResponse
201212
from .models.text_annotations import TextAnnotations
202213
from .models.text_annotations_response import TextAnnotationsResponse
@@ -207,11 +218,14 @@
207218
from .models.underline_annotations_response import UnderlineAnnotationsResponse
208219
from .models.word_count_response import WordCountResponse
209220
from .models.annotation_info import AnnotationInfo
221+
from .models.image_stamp import ImageStamp
210222
from .models.markup_annotation import MarkupAnnotation
211223
from .models.movie_annotation import MovieAnnotation
224+
from .models.pdf_page_stamp import PdfPageStamp
212225
from .models.popup_annotation import PopupAnnotation
213226
from .models.redaction_annotation import RedactionAnnotation
214227
from .models.screen_annotation import ScreenAnnotation
228+
from .models.text_stamp import TextStamp
215229
from .models.caret_annotation import CaretAnnotation
216230
from .models.common_figure_annotation import CommonFigureAnnotation
217231
from .models.file_attachment_annotation import FileAttachmentAnnotation

0 commit comments

Comments
 (0)